Socket
Socket
Sign inDemoInstall

node-jose

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-jose - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

7

CHANGELOG.md
# Release Notes
<a name="1.1.3"></a>
## [1.1.3](https://github.com/cisco/node-jose/compare/1.1.2...1.1.3) (2019-03-18)
* fail to verify PS signatures with incorrect padding in node ([93399b6](https://github.com/cisco/node-jose/commit/93399b6))
<a name="1.1.2"></a>
## [1.1.1](https://github.com/cisco/node-jose/compare/1.1.1...1.1.2) (2019-02-28)
## [1.1.2](https://github.com/cisco/node-jose/compare/1.1.1...1.1.2) (2019-02-28)

@@ -6,0 +11,0 @@ * replaced outdated vulnerable lodash dependencies ([b9c4f0e](https://github.com/cisco/node-jose/commit/b9c4f0e))

3

lib/algorithms/rsassa.js

@@ -313,3 +313,4 @@ /*!

key: rsaUtil.convertToPem(key, true),
padding: helpers.nodeCrypto.constants.RSA_PKCS1_PSS_PADDING
padding: helpers.nodeCrypto.constants.RSA_PKCS1_PSS_PADDING,
saltLength: helpers.nodeCrypto.constants.RSA_PSS_SALTLEN_DIGEST
}, mac);

@@ -316,0 +317,0 @@ if (!result) {

{
"name": "node-jose",
"version": "1.1.2",
"version": "1.1.3",
"description": "A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc