csquared / fernet.js

Javascript implementation of Fernet symmetric encryption https://github.com/kr/fernet-spec
MIT License
73 stars 29 forks source link

Update dependancies #14

Closed EyePulp closed 7 years ago

EyePulp commented 7 years ago

Updated the urlsafe-base64 package to 1.0.0 -- it wasn't working when installing via yarn under any current version of node newer than 0.8.x: error urlsafe-base64@0.0.2: The engine "node" is incompatible with this module. Expected version "0.8.x". npm installs it because it ignores the engine specification in the package.json by default

Also swaps the buffer package in place of buffer-browserify as the the latter is no longer maintained and the former is what the browserify people recommend.

Bumped the version number in hopes of getting this pushed to npm as well. =)

EyePulp commented 7 years ago

Hah - just saw the other PR for the exact same thing. Sorry!