Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-webcrypto-ossl

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-webcrypto-ossl - npm Package Compare versions

Comparing version 1.0.37 to 1.0.38

2

buildjs/crypto/aes.js

@@ -56,3 +56,3 @@ "use strict";

alg: "",
key_ops: ["encrypt", "decrypt", "wrapKey", "unwrapKey"],
key_ops: key.usages,
k: "",

@@ -59,0 +59,0 @@ ext: true,

@@ -60,3 +60,3 @@ "use strict";

alg: "",
key_ops: ["sign", "verify"],
key_ops: key.usages,
k: "",

@@ -63,0 +63,0 @@ ext: true,

{
"name": "node-webcrypto-ossl",
"version": "1.0.37",
"version": "1.0.38",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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