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

@libp2p/interface-peer-id

Package Overview
Dependencies
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-peer-id - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2-1c6702c8

2

dist/index.min.js
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PInterfacePeerId = factory()}(typeof self !== 'undefined' ? self : this, function () {
"use strict";var Libp2PInterfacePeerId=(()=>{var r=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var u=(o,e)=>{for(var n in e)r(o,n,{get:e[n],enumerable:!0})},c=(o,e,n,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of b(e))!s.call(o,l)&&l!==n&&r(o,l,{get:()=>e[l],enumerable:!(p=t(e,l))||p.enumerable});return o};var d=o=>c(r({},"__esModule",{value:!0}),o);var m={};u(m,{isPeerId:()=>f,symbol:()=>i});var i=Symbol.for("@libp2p/peer-id");function f(o){return o!=null&&Boolean(o[i])}return d(m);})();
"use strict";var Libp2PInterfacePeerId=(()=>{var r=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var u=(o,e)=>{for(var n in e)r(o,n,{get:e[n],enumerable:!0})},c=(o,e,n,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of b(e))!s.call(o,l)&&l!==n&&r(o,l,{get:()=>e[l],enumerable:!(p=t(e,l))||p.enumerable});return o};var d=o=>c(r({},"__esModule",{value:!0}),o);var m={};u(m,{isPeerId:()=>f,symbol:()=>i});var i=Symbol.for("@libp2p/peer-id");function f(o){return o!=null&&!!o[i]}return d(m);})();
return Libp2PInterfacePeerId}));
{
"name": "@libp2p/interface-peer-id",
"version": "2.0.1",
"version": "2.0.2-1c6702c8",
"description": "Peer Identifier interface for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-peer-id#readme",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-peer-id#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/js-libp2p-interfaces.git"
"url": "git+https://github.com/libp2p/js-libp2p.git"
},
"bugs": {
"url": "https://github.com/libp2p/js-libp2p-interfaces/issues"
"url": "https://github.com/libp2p/js-libp2p/issues"
},

@@ -18,6 +18,2 @@ "keywords": [

],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",

@@ -139,3 +135,3 @@ "types": "./dist/src/index.d.ts",

"devDependencies": {
"aegir": "^38.1.0"
"aegir": "^39.0.5"
},

@@ -142,0 +138,0 @@ "typedoc": {

@@ -5,4 +5,4 @@ # @libp2p/interface-peer-id <!-- omit in toc -->

[![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-interfaces.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-interfaces)
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p-interfaces/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p)
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p/main.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p/actions/workflows/main.yml?query=branch%3Amaster)

@@ -70,3 +70,3 @@ > Peer Identifier interface for libp2p

- <https://libp2p.github.io/js-libp2p-interfaces/modules/_libp2p_interface_peer_id.html>
- <https://libp2p.github.io/js-libp2p/modules/_libp2p_interface_peer_id.html>

@@ -73,0 +73,0 @@ ## License

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