csquared / fernet.js

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

Update dependencies #13

Closed CGamesPlay closed 6 years ago

CGamesPlay commented 7 years ago

The following error occurs on 0.3.0 when trying to install using yarn:

error urlsafe-base64@0.0.2: The engine "node" is incompatible with this module. Expected version "0.8.x".

This pull requests resolves this error by upgrading the version of urlsafe-base64. The tests still pass.

ofek commented 7 years ago

Is yarn.lock necessary?

CGamesPlay commented 7 years ago

According to the documentation, it's advisable to check it in for CI purposes, but yarn does not reference it outside of the top-level project. https://yarnpkg.com/lang/en/docs/yarn-lock/#toc-check-into-source-control

EyePulp commented 7 years ago

Can this be bumped in npm?

hburrows commented 6 years ago

👍 To updating the dependencies and getting this bumped in npm.