New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/peer-store

Package Overview
Dependencies
Maintainers
6
Versions
657
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/peer-store - npm Package Compare versions

Comparing version 8.2.1-a1ec46b5 to 8.2.1-a41d25d4

2

dist/src/store.js
import { CodeError } from '@libp2p/interface/errors';
import { PeerMap } from '@libp2p/peer-collections';
import { peerIdFromBytes } from '@libp2p/peer-id';
import mortice from 'mortice';
import mortice, {} from 'mortice';
import { base32 } from 'multiformats/bases/base32';

@@ -6,0 +6,0 @@ import { equals as uint8ArrayEquals } from 'uint8arrays/equals';

{
"name": "@libp2p/peer-store",
"version": "8.2.1-a1ec46b5",
"version": "8.2.1-a41d25d4",
"description": "Stores information about peers libp2p knows on the network",

@@ -56,8 +56,8 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@libp2p/interface": "0.0.1-a1ec46b5",
"@libp2p/logger": "2.1.1-a1ec46b5",
"@libp2p/peer-collections": "3.0.2-a1ec46b5",
"@libp2p/peer-id": "2.0.3-a1ec46b5",
"@libp2p/peer-id-factory": "2.0.3-a1ec46b5",
"@libp2p/peer-record": "5.0.4-a1ec46b5",
"@libp2p/interface": "0.0.1-a41d25d4",
"@libp2p/logger": "2.1.1-a41d25d4",
"@libp2p/peer-collections": "3.0.2-a41d25d4",
"@libp2p/peer-id": "2.0.3-a41d25d4",
"@libp2p/peer-id-factory": "2.0.3-a41d25d4",
"@libp2p/peer-record": "5.0.4-a41d25d4",
"@multiformats/multiaddr": "^12.1.3",

@@ -74,3 +74,3 @@ "interface-datastore": "^8.2.0",

"@types/sinon": "^10.0.15",
"aegir": "^39.0.13",
"aegir": "^40.0.1",
"datastore-core": "^9.1.1",

@@ -82,6 +82,3 @@ "delay": "^6.0.0",

"sinon": "^15.1.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
}
}

@@ -1,4 +0,3 @@

export const codes = {
ERR_INVALID_PARAMETERS: 'ERR_INVALID_PARAMETERS'
}

@@ -1,2 +0,1 @@

import { CodeError } from '@libp2p/interface/errors'

@@ -3,0 +2,0 @@ import { isMultiaddr } from '@multiformats/multiaddr'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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