Socket
Socket
Sign inDemoInstall

webcrypto-core

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webcrypto-core - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

dist/webcrypto-core.js.map

2

package.json
{
"name": "webcrypto-core",
"version": "0.1.12",
"version": "0.1.13",
"description": "Common layer to be used by crypto libraries based on WebCrypto API for input validation.",

@@ -5,0 +5,0 @@ "main": "dist/webcrypto-core.js",

@@ -219,3 +219,3 @@ var helper = require("./helper");

};
sign({ name: "RSA-PSS", saltLength: 9 }, key, done, true);
sign({ name: "RSA-PSS", saltLength: -1 }, key, done, true);
});

@@ -222,0 +222,0 @@ })

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