@libp2p/tracked-map
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@libp2p/tracked-map", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Allows tracking of statistics while libp2p is running", | ||
@@ -31,2 +31,3 @@ "license": "Apache-2.0 OR MIT", | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
@@ -68,11 +69,11 @@ } | ||
{ | ||
"type": "chore", | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"type": "test", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "test", | ||
"type": "deps", | ||
"release": "patch" | ||
@@ -107,5 +108,9 @@ }, | ||
"type": "docs", | ||
"section": "Trivial Changes" | ||
"section": "Documentation" | ||
}, | ||
{ | ||
"type": "deps", | ||
"section": "Dependencies" | ||
}, | ||
{ | ||
"type": "test", | ||
@@ -139,3 +144,3 @@ "section": "Tests" | ||
"dependencies": { | ||
"@libp2p/interface-metrics": "^2.0.0" | ||
"@libp2p/interface-metrics": "^3.0.0" | ||
}, | ||
@@ -142,0 +147,0 @@ "devDependencies": { |
@@ -1,15 +0,25 @@ | ||
# libp2p-tracked-map <!-- omit in toc --> | ||
# @libp2p/tracked-map <!-- omit in toc --> | ||
[![test & maybe release](https://github.com/libp2p/js-libp2p-tracked-map/actions/workflows/js-test-and-release.yml/badge.svg)](https://github.com/libp2p/js-libp2p-tracked-map/actions/workflows/js-test-and-release.yml) | ||
[![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/) | ||
[![IRC](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) | ||
[![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io) | ||
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-tracked-map.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-tracked-map) | ||
[![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-tracked-map/actions/workflows/js-test-and-release.yml) | ||
> allows tracking metrics in libp2p | ||
> Allows tracking of statistics while libp2p is running | ||
## Table of Contents <!-- omit in toc --> | ||
## Table of contents <!-- omit in toc --> | ||
- [Install](#install) | ||
- [Description](#description) | ||
- [Example](#example) | ||
- [Installation](#installation) | ||
- [License](#license) | ||
- [Contribution](#contribution) | ||
- [Contribution](#contribution) | ||
## Install | ||
```console | ||
$ npm i @libp2p/tracked-map | ||
``` | ||
## Description | ||
@@ -31,8 +41,2 @@ | ||
## Installation | ||
```console | ||
$ npm i @libp2p/tracked-map | ||
``` | ||
## License | ||
@@ -42,7 +46,7 @@ | ||
* 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) | ||
- 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 | ||
## 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. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
10768
51
1
+ Added@libp2p/interface-metrics@3.0.0(transitive)
- Removed@libp2p/interface-metrics@2.0.0(transitive)