Releases: auth0/node-xml-encryption
Releases · auth0/node-xml-encryption
v2.0.0
v1.3.0
[SEC] Bumps xmldom minor version.
[SEC] Bumps glob-parent patch version
v1.2.3
Updated the xmldom
dependency due to a vulnerability (CVE-2021-21366) in earlier versions.
v1.2.2
V1.2.0
v1.1.0
v1.0.0
💥Breaking changes:
- typo fix: options.keyEncryptionAlgorighm -> options.keyEncryptionAlgorithm
- Deprecate support for node 4/6
Enhancements:
- Remove ejs dependencies to use native literals
- Move to inline templates to allow webpack
- Added option to fail encryption and decryption for non-recommended algorithms (3DES and rsa1.5)
v0.13.0
v0.12.0
- Removes async as a dependency
- Drops support for Node 0.10.
- Includes test suite for Node 10 and 12