@libp2p/interfaces
Advanced tools
Comparing version 0.0.0 to 0.2.0
123
package.json
{ | ||
"name": "@libp2p/interfaces", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"license": "(Apache-2.0 OR MIT)" | ||
"version": "0.2.0", | ||
"description": "Interfaces for JS Libp2p", | ||
"type": "module", | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
] | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "ipfs" | ||
}, | ||
"scripts": { | ||
"lint": "aegir lint", | ||
"dep-check": "aegir dep-check dist/src/**/*.js", | ||
"build": "tsc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/libp2p/js-libp2p-interfaces.git" | ||
}, | ||
"keywords": [ | ||
"libp2p", | ||
"interface" | ||
], | ||
"author": "", | ||
"license": "(Apache-2.0 OR MIT)", | ||
"bugs": { | ||
"url": "https://github.com/libp2p/js-libp2p-interfaces/issues" | ||
}, | ||
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/libp2p-interfaces#readme", | ||
"dependencies": { | ||
"@multiformats/multiaddr": "^10.1.1", | ||
"multiformats": "^9.4.10" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^36.0.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts" | ||
}, | ||
"./connection": { | ||
"import": "./dist/src/connection/index.js", | ||
"types": "./dist/src/connection/index.d.ts" | ||
}, | ||
"./connection/status": { | ||
"import": "./dist/src/connection/status.js", | ||
"types": "./dist/src/connection/status.d.ts" | ||
}, | ||
"./content-routing": { | ||
"import": "./dist/src/content-routing/index.js", | ||
"types": "./dist/src/content-routing/index.d.ts" | ||
}, | ||
"./crypto": { | ||
"import": "./dist/src/crypto/index.js", | ||
"types": "./dist/src/crypto/index.d.ts" | ||
}, | ||
"./crypto/errors": { | ||
"import": "./dist/src/crypto/errors.js", | ||
"types": "./dist/src/crypto/errors.d.ts" | ||
}, | ||
"./dht": { | ||
"import": "./dist/src/dht/index.js", | ||
"types": "./dist/src/dht/index.d.ts" | ||
}, | ||
"./errors": { | ||
"import": "./dist/src/errors/index.js", | ||
"types": "./dist/src/errors/index.d.ts" | ||
}, | ||
"./keys": { | ||
"import": "./dist/src/keys/index.js", | ||
"types": "./dist/src/keys/index.d.ts" | ||
}, | ||
"./peer-discovery": { | ||
"import": "./dist/src/peer-discovery/index.js", | ||
"types": "./dist/src/peer-discovery/index.d.ts" | ||
}, | ||
"./peer-id": { | ||
"import": "./dist/src/peer-id/index.js", | ||
"types": "./dist/src/peer-id/index.d.ts" | ||
}, | ||
"./peer-routing": { | ||
"import": "./dist/src/peer-routing/index.js", | ||
"types": "./dist/src/peer-routing/index.d.ts" | ||
}, | ||
"./pubsub": { | ||
"import": "./dist/src/pubsub/index.js", | ||
"types": "./dist/src/pubsub/index.d.ts" | ||
}, | ||
"./record": { | ||
"import": "./dist/src/record/index.js", | ||
"types": "./dist/src/record/index.d.ts" | ||
}, | ||
"./stream-muxer": { | ||
"import": "./dist/src/stream-muxer/index.js", | ||
"types": "./dist/src/stream-muxer/index.d.ts" | ||
}, | ||
"./topology": { | ||
"import": "./dist/src/topology/index.js", | ||
"types": "./dist/src/topology/index.d.ts" | ||
}, | ||
"./transport": { | ||
"import": "./dist/src/transport/index.js", | ||
"types": "./dist/src/transport/index.d.ts" | ||
}, | ||
"./value-store": { | ||
"import": "./dist/src/value-store/index.js", | ||
"types": "./dist/src/value-store/index.d.ts" | ||
} | ||
}, | ||
"gitHead": "899cb6a9390c748bccf9b6404f104efb011a0c9c" | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 5 instances 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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
1298042
135
1434
1
0
48
0
Yes
2
1
1
80
6
+ Addedmultiformats@^9.4.10
+ Added@fastify/busboy@2.1.1(transitive)
+ Added@multiformats/multiaddr@10.5.0(transitive)
+ Addedclone-regexp@3.0.0(transitive)
+ Addedconvert-hrtime@5.0.0(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addeddns-over-http-resolver@2.1.3(transitive)
+ Addederr-code@3.0.1(transitive)
+ Addedfunction-timeout@0.1.1(transitive)
+ Addedip-regex@5.0.0(transitive)
+ Addedis-ip@5.0.1(transitive)
+ Addedis-regexp@3.1.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedmultiformats@9.9.0(transitive)
+ Addednative-fetch@4.0.2(transitive)
+ Addedreceptacle@1.3.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)