Jose Simple Versions Save

Jose-Simple allows the encryption and decryption of data using the JOSE (JSON Object Signing and Encryption) standard.

1.0.3

5 years ago

This release just updates a number of development dependencies and adjusts some documentation.

1.0.2

5 years ago

Updated node-jose to version 1 and updated some development dependencies.

v1.0.1

6 years ago

Changes in Version 1.0.1

  • This version now builds and runs under Node 10 and includes a number of minor refactorings, and updates to dependencies.
  • Switched from using the old airBnB base for eslint to using prettier
  • Added code coverage tests, brought the coverage up to 100% and added CircleCI, Codecov.io and Greenkeeper.io integration.
  • dropped the use of sinon-stub-promise as it is incompatible with sinon@^5 and I was not actually using it anyway.

v1.0.0

6 years ago

Gives a simple working, and tested example of JOSE data encryption and decryption.