@libp2p/peer-id
Advanced tools
Comparing version 1.1.15 to 1.1.16
@@ -21,3 +21,3 @@ import { CID } from 'multiformats/cid'; | ||
toString(): string; | ||
toCID(): CID; | ||
toCID(): CID<unknown, 114, number, 1>; | ||
toBytes(): Uint8Array; | ||
@@ -24,0 +24,0 @@ /** |
{ | ||
"name": "@libp2p/peer-id", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "Implementation of @libp2p/interface-peer-d", | ||
@@ -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", | ||
@@ -141,4 +146,4 @@ "section": "Tests" | ||
"err-code": "^3.0.1", | ||
"multiformats": "^9.6.3", | ||
"uint8arrays": "^3.0.0" | ||
"multiformats": "^10.0.0", | ||
"uint8arrays": "^4.0.2" | ||
}, | ||
@@ -145,0 +150,0 @@ "devDependencies": { |
# @libp2p/peer-id <!-- omit in toc --> | ||
[![test & maybe release](https://github.com/libp2p/js-libp2p-peer-id/actions/workflows/js-test-and-release.yml/badge.svg)](https://github.com/libp2p/js-libp2p-peer-id/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-peer-id.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-peer-id) | ||
[![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-peer-id/actions/workflows/js-test-and-release.yml) | ||
@@ -13,3 +17,3 @@ > Implementation of @libp2p/interface-peer-d | ||
- [License](#license) | ||
- [Contribution](#contribution) | ||
- [Contribution](#contribution) | ||
@@ -43,4 +47,4 @@ ## Install | ||
### 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
27758
49
1
+ Addedmultiformats@12.1.3(transitive)
+ Addeduint8arrays@4.0.10(transitive)
- Removedmultiformats@9.9.0(transitive)
- Removeduint8arrays@3.1.1(transitive)
Updatedmultiformats@^10.0.0
Updateduint8arrays@^4.0.2