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

@libp2p/crypto

Package Overview
Dependencies
Maintainers
6
Versions
557
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 5.0.7-f53f65d18 to 5.0.7-f8da60e73

18

package.json
{
"name": "@libp2p/crypto",
"version": "5.0.7-f53f65d18",
"version": "5.0.7-f8da60e73",
"description": "Crypto primitives for libp2p",

@@ -95,8 +95,8 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interface": "2.2.1-f53f65d18",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"@libp2p/interface": "2.2.1-f8da60e73",
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1",
"asn1js": "^3.0.5",
"multiformats": "^13.1.0",
"protons-runtime": "^5.4.0",
"multiformats": "^13.3.1",
"protons-runtime": "^5.5.0",
"uint8arraylist": "^2.4.8",

@@ -106,6 +106,6 @@ "uint8arrays": "^5.1.0"

"devDependencies": {
"@types/mocha": "^10.0.6",
"aegir": "^44.0.1",
"@types/mocha": "^10.0.10",
"aegir": "^45.0.5",
"benchmark": "^2.1.4",
"protons": "^7.5.0"
"protons": "^7.6.0"
},

@@ -112,0 +112,0 @@ "browser": {

@@ -41,3 +41,3 @@ # @libp2p/crypto

Loading this module through a script tag will make it's exports available as `Libp2pCrypto` in the global namespace.
Loading this module through a script tag will make its exports available as `Libp2pCrypto` in the global namespace.

@@ -44,0 +44,0 @@ ```html

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

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