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

@libp2p/crypto

Package Overview
Dependencies
Maintainers
6
Versions
599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/crypto - npm Package Compare versions

Comparing version 2.0.3-d30f09f2 to 2.0.3-d9159dd5

2

dist/src/keys/index.js

@@ -58,3 +58,3 @@ import 'node-forge/lib/asn1.js';

default:
throw unsupportedKey(decoded.Type ?? 'RSA');
throw unsupportedKey(decoded.Type ?? 'unknown');
}

@@ -61,0 +61,0 @@ }

{
"name": "@libp2p/crypto",
"version": "2.0.3-d30f09f2",
"version": "2.0.3-d9159dd5",
"description": "Crypto primitives for libp2p",

@@ -88,3 +88,3 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interface": "0.1.2-d30f09f2",
"@libp2p/interface": "0.1.2-d9159dd5",
"@noble/curves": "^1.1.0",

@@ -91,0 +91,0 @@ "@noble/hashes": "^1.3.1",

@@ -72,3 +72,3 @@ import 'node-forge/lib/asn1.js'

default:
throw unsupportedKey(decoded.Type ?? 'RSA')
throw unsupportedKey(decoded.Type ?? 'unknown')
}

@@ -75,0 +75,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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