@libp2p/utils
Advanced tools
Comparing version 6.1.3-ad5cfd66a to 6.1.3-adc767899
{ | ||
"name": "@libp2p/utils", | ||
"version": "6.1.3-ad5cfd66a", | ||
"version": "6.1.3-adc767899", | ||
"description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem", | ||
@@ -71,2 +71,6 @@ "license": "Apache-2.0 OR MIT", | ||
}, | ||
"./debounce": { | ||
"types": "./dist/src/debounce.d.ts", | ||
"import": "./dist/src/debounce.js" | ||
}, | ||
"./filters": { | ||
@@ -116,2 +120,6 @@ "types": "./dist/src/filters/index.d.ts", | ||
}, | ||
"./repeating-task": { | ||
"types": "./dist/src/repeating-task.d.ts", | ||
"import": "./dist/src/repeating-task.js" | ||
}, | ||
"./stream-to-ma-conn": { | ||
@@ -153,5 +161,5 @@ "types": "./dist/src/stream-to-ma-conn.d.ts", | ||
"@chainsafe/is-ip": "^2.0.2", | ||
"@libp2p/crypto": "5.0.6-ad5cfd66a", | ||
"@libp2p/interface": "2.2.0-ad5cfd66a", | ||
"@libp2p/logger": "5.1.3-ad5cfd66a", | ||
"@libp2p/crypto": "5.0.6-adc767899", | ||
"@libp2p/interface": "2.2.0-adc767899", | ||
"@libp2p/logger": "5.1.3-adc767899", | ||
"@multiformats/multiaddr": "^12.2.3", | ||
@@ -177,3 +185,3 @@ "@sindresorhus/fnv1a": "^3.1.0", | ||
"devDependencies": { | ||
"@libp2p/peer-id": "5.0.7-ad5cfd66a", | ||
"@libp2p/peer-id": "5.0.7-adc767899", | ||
"@types/netmask": "^2.0.5", | ||
@@ -180,0 +188,0 @@ "aegir": "^44.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
266685
169
5071
+ Added@libp2p/crypto@5.0.6-adc767899(transitive)
+ Added@libp2p/interface@2.2.0-adc767899(transitive)
+ Added@libp2p/logger@5.1.3-adc767899(transitive)
- Removed@libp2p/crypto@5.0.6-ad5cfd66a(transitive)
- Removed@libp2p/interface@2.2.0-ad5cfd66a(transitive)
- Removed@libp2p/logger@5.1.3-ad5cfd66a(transitive)