Commit graph

7 commits

Author SHA1 Message Date
Linus Unnebäck
9cc0e3b78d
Use const/let instead of var 2020-04-16 22:50:11 +01:00
Linus Unnebäck
94009ab826
Avoid dependency on Buffer 2020-03-30 18:35:04 +01:00
Ryan Day
eb2d499ba7 fix: making require for buffer module explicit fixes 2019-11-13 13:39:13 -08:00
Ryan Day
cc2a41f8cc fix: buffer class for browsers 2019-11-05 08:22:38 -08:00
Ryan Day
6058f49c89 fix: undefined variable Buffer in reed 2019-11-05 08:05:23 -08:00
Linus Unnebäck
55d6278036
Avoid using deprecated APIs on newer Node.js 2019-11-01 11:48:00 +00:00
Vincenzo Greco
77064f5e5e Refactor/core ()
* Split core lib into multiple files

* Refactor data encoding methods

* Refactor data masking process

* Improve qr code generation process

* Increase minimum required node version to 0.10

* Add linter

* Add tests and tests coverage

* Update travis config to fix compilation issues

* Add examples folder

* Add missing license tag in package.json

* Update build script and add sourcemap support

* Publish only strictly needed files on npm

* Update readme
2016-12-16 23:45:08 +01:00