Jose Simple Versions Save

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

1.3.1

1 year ago

Upgraded node-jose and some development dependencies

1.3.0

3 years ago
  • Updated node-jose to version 2.0.0 to resolve security issues
  • cleaned up documentation
  • added some comments

v1.2.4

4 years ago

Updated many development dependencies

1.2.3

4 years ago
  • updated dependencies
  • set type to commonjs
  • restructured package
  • moved index.js into src/

1.2.2

5 years ago
  • Updated dependencies
  • Resolved security audit issues
  • Ran prettier over docs
  • Improved formatting

1.2.1

5 years ago
  • updated dependencies
  • renamed test files
  • added clarifying docs
  • reduce package size

1.2.0

5 years ago

Now allows the optional passing in of options for the underlying encryption function to use.

1.1.0

5 years ago

No API changes but I've removed the dependency on generate-rsa-keypair in favour of using the new built-in crypto.generateKeyPair function in Node 10.12+

1.0.5

5 years ago

A minor release to update some development dependencies

1.0.4

5 years ago
  • Updated a number of devDependencies
  • Updated required node version to latest LTS (if you are not using at least version 8.12.0 of node please consider upgrading as it includes a number of security fixes)
  • removed version restriction on npm (but really you ought to be using at least 6.4.1 these days)