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

@libp2p/interfaces

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interfaces - npm Package Compare versions

Comparing version 0.0.0 to 0.2.0

dist/src/connection/index.d.ts

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"
}
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