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

libp2p

Package Overview
Dependencies
Maintainers
0
Versions
1093
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libp2p - npm Package Compare versions

Comparing version

to
2.5.0-15a70af5f

2

dist/src/version.d.ts

@@ -1,3 +0,3 @@

export declare const version = "2.5.0-06fc82da8";
export declare const version = "2.5.0-15a70af5f";
export declare const name = "js-libp2p";
//# sourceMappingURL=version.d.ts.map

@@ -1,3 +0,3 @@

export const version = '2.5.0-06fc82da8';
export const version = '2.5.0-15a70af5f';
export const name = 'js-libp2p';
//# sourceMappingURL=version.js.map
{
"name": "libp2p",
"version": "2.5.0-06fc82da8",
"version": "2.5.0-15a70af5f",
"description": "JavaScript implementation of libp2p, a modular peer to peer network stack",

@@ -90,11 +90,11 @@ "license": "Apache-2.0 OR MIT",

"@chainsafe/netmask": "^2.0.0",
"@libp2p/crypto": "5.0.9-06fc82da8",
"@libp2p/interface": "2.4.0-06fc82da8",
"@libp2p/interface-internal": "2.2.2-06fc82da8",
"@libp2p/logger": "5.1.6-06fc82da8",
"@libp2p/multistream-select": "6.0.11-06fc82da8",
"@libp2p/peer-collections": "6.0.14-06fc82da8",
"@libp2p/peer-id": "5.0.10-06fc82da8",
"@libp2p/peer-store": "11.0.14-06fc82da8",
"@libp2p/utils": "6.3.1-06fc82da8",
"@libp2p/crypto": "5.0.9-15a70af5f",
"@libp2p/interface": "2.4.0-15a70af5f",
"@libp2p/interface-internal": "2.2.2-15a70af5f",
"@libp2p/logger": "5.1.6-15a70af5f",
"@libp2p/multistream-select": "6.0.11-15a70af5f",
"@libp2p/peer-collections": "6.0.14-15a70af5f",
"@libp2p/peer-id": "5.0.10-15a70af5f",
"@libp2p/peer-store": "11.0.14-15a70af5f",
"@libp2p/utils": "6.3.1-15a70af5f",
"@multiformats/dns": "^1.0.6",

@@ -101,0 +101,0 @@ "@multiformats/multiaddr": "^12.3.3",

@@ -1,2 +0,2 @@

export const version = '2.5.0-06fc82da8'
export const version = '2.5.0-15a70af5f'
export const name = 'js-libp2p'

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