@libp2p/utils
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "@libp2p/utils", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"license": "(Apache-2.0 OR MIT)" | ||
"version": "1.0.0", | ||
"description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem", | ||
"leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>", | ||
"type": "module", | ||
"exports": { | ||
"multiaddr/is-loopback": { | ||
"import": "./dist/src/multiaddr/is-loopback.js", | ||
"types": "./dist/src/multiaddr/is-loopback.d.ts" | ||
}, | ||
"multiaddr/is-private": { | ||
"import": "./dist/src/multiaddr/is-private.js", | ||
"types": "./dist/src/multiaddr/is-private.d.ts" | ||
}, | ||
"address-sort": { | ||
"import": "./dist/src/address-sort.js", | ||
"types": "./dist/src/address-sort.d.ts" | ||
}, | ||
"array-equals": { | ||
"import": "./dist/src/array-equals.js", | ||
"types": "./dist/src/array-equals.d.ts" | ||
}, | ||
"ip-port-to-multiaddr": { | ||
"import": "./dist/src/ip-port-to-multiaddr.js", | ||
"types": "./dist/src/ip-port-to-multiaddr.d.ts" | ||
}, | ||
"stream-to-ma-conn": { | ||
"import": "./dist/src/stream-to-ma-connr.js", | ||
"types": "./dist/src/stream-to-ma-connr.d.ts" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"src/*": [ | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"src", | ||
"dist/src" | ||
], | ||
"scripts": { | ||
"lint": "aegir lint", | ||
"dep-check": "aegir dep-check dist/src/**/*.js dist/test/**/*.js", | ||
"build": "tsc", | ||
"pretest": "npm run build", | ||
"test": "aegir test -f ./dist/test/**/*.js", | ||
"test:chrome": "npm run test -- -t browser", | ||
"test:chrome-webworker": "npm run test -- -t webworker", | ||
"test:firefox": "npm run test -- -t browser -- --browser firefox", | ||
"test:firefox-webworker": "npm run test -- -t webworker -- --browser firefox", | ||
"test:node": "npm run test -- -t node --cov", | ||
"test:electron-main": "npm run test -- -t electron-main", | ||
"release": "semantic-release" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/libp2p/js-libp2p-utils.git" | ||
}, | ||
"license": "(Apache-2.0 OR MIT)", | ||
"bugs": { | ||
"url": "https://github.com/libp2p/js-libp2p-utils/issues" | ||
}, | ||
"homepage": "https://github.com/libp2p/js-libp2p-utils#readme", | ||
"devDependencies": { | ||
"@libp2p/interfaces": "^0.2.0", | ||
"@types/debug": "^4.1.5", | ||
"aegir": "^36.1.2", | ||
"it-pair": "^1.0.0", | ||
"it-pipe": "^1.1.0", | ||
"streaming-iterables": "^6.0.0", | ||
"util": "^0.12.3" | ||
}, | ||
"dependencies": { | ||
"@achingbrain/ip-address": "^8.1.0", | ||
"@multiformats/multiaddr": "^10.1.1", | ||
"abortable-iterator": "^3.0.0", | ||
"debug": "^4.3.0", | ||
"err-code": "^3.0.1", | ||
"is-loopback-addr": "^1.0.0", | ||
"private-ip": "^2.1.1" | ||
}, | ||
"contributors": [ | ||
"Vasco Santos <vasco.santos@moxy.studio>", | ||
"Alex Potsides <alex@achingbrain.net>", | ||
"Jacob Heun <jacobheun@gmail.com>" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
27228
33
424
0
0
0
52
0
Yes
7
7
1
80
343
+ Addedabortable-iterator@^3.0.0
+ Addeddebug@^4.3.0
+ Addederr-code@^3.0.1
+ Addedis-loopback-addr@^1.0.0
+ Addedprivate-ip@^2.1.1
+ Added@achingbrain/ip-address@8.1.0(transitive)
+ Added@fastify/busboy@2.1.1(transitive)
+ Added@multiformats/multiaddr@10.5.0(transitive)
+ Addedabortable-iterator@3.0.2(transitive)
+ Addedclone-regexp@3.0.0(transitive)
+ Addedconvert-hrtime@5.0.0(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addeddns-over-http-resolver@2.1.3(transitive)
+ Addederr-code@3.0.1(transitive)
+ Addedfunction-timeout@0.1.1(transitive)
+ Addedget-iterator@1.0.2(transitive)
+ Addedip-regex@4.3.05.0.0(transitive)
+ Addedipaddr.js@2.2.0(transitive)
+ Addedis-ip@3.1.05.0.1(transitive)
+ Addedis-loopback-addr@1.0.1(transitive)
+ Addedis-regexp@3.1.0(transitive)
+ Addedjsbn@1.1.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedmultiformats@9.9.0(transitive)
+ Addednative-fetch@4.0.2(transitive)
+ Addednetmask@2.0.2(transitive)
+ Addedprivate-ip@2.3.4(transitive)
+ Addedreceptacle@1.3.2(transitive)
+ Addedsprintf-js@1.1.2(transitive)
+ Addedsuper-regex@0.2.0(transitive)
+ Addedtime-span@5.1.0(transitive)
+ Addeduint8arrays@3.1.1(transitive)
+ Addedundici@5.28.4(transitive)
+ Addedvarint@6.0.0(transitive)