New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jose-node-cjs-runtime

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jose-node-cjs-runtime - npm Package Compare versions

Comparing version 4.11.2 to 4.11.3

dist/deno/README.md

10

dist/node/cjs/lib/crypto_key.js

@@ -77,9 +77,9 @@ "use strict";

}
case (0, env_js_1.isCloudflareWorkers)() && 'EdDSA': {
if (!isAlgorithm(key.algorithm, 'NODE-ED25519'))
throw unusable('NODE-ED25519');
break;
}
case 'EdDSA': {
if (key.algorithm.name !== 'Ed25519' && key.algorithm.name !== 'Ed448') {
if ((0, env_js_1.isCloudflareWorkers)()) {
if (isAlgorithm(key.algorithm, 'NODE-ED25519'))
break;
throw unusable('Ed25519, Ed448, or NODE-ED25519');
}
throw unusable('Ed25519 or Ed448');

@@ -86,0 +86,0 @@ }

{
"name": "jose-node-cjs-runtime",
"version": "4.11.2",
"version": "4.11.3",
"homepage": "https://github.com/panva/jose",

@@ -5,0 +5,0 @@ "repository": "panva/jose",

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