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

@libp2p/interface-metrics

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-metrics - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

dist/src/index.d.ts

30

package.json
{
"name": "@libp2p/interface-metrics",
"version": "0.0.0",
"description": "Interfaces for JS Libp2p",
"version": "1.0.0",
"description": "Metrics interface for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/libp2p-interfaces#readme",
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-metrics#readme",
"repository": {

@@ -24,18 +24,2 @@ "type": "git",

"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [

@@ -49,4 +33,4 @@ "src",

".": {
"import": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}

@@ -149,8 +133,8 @@ },

"dependencies": {
"@libp2p/interface-peer-id": "^0.0.0",
"@libp2p/interface-peer-id": "~0.0.0",
"it-stream-types": "^1.0.4"
},
"devDependencies": {
"aegir": "^37.0.7"
"aegir": "^37.0.17"
}
}

@@ -1,8 +0,20 @@

# interface-keys <!-- omit in toc -->
# @libp2p/interface-metrics <!-- omit in toc -->
> Interfaces for libp2p keys
[![test & maybe release](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml/badge.svg)](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml)
## Table of Contents <!-- omit in toc -->
> Metrics interface for libp2p
## Table of contents <!-- omit in toc -->
- [Install](#install)
- [Using the Test Suite](#using-the-test-suite)
- [License](#license)
- [Contribution](#contribution)
## Install
```console
$ npm i @libp2p/interface-metrics
```
## Using the Test Suite

@@ -26,1 +38,12 @@

```
## License
Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
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