You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@peerbit/keychain

Package Overview
Dependencies
Maintainers
1
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/keychain - npm Package Compare versions

Comparing version
1.2.5
to
1.2.6
+5
-4
package.json
{
"name": "@peerbit/keychain",
"version": "1.2.5",
"version": "1.2.6",
"description": "Utility functions for keychain",

@@ -57,4 +57,4 @@ "sideEffects": false,

"@libp2p/keychain": "^6.0.2",
"@peerbit/crypto": "3.0.0",
"@peerbit/any-store": "2.2.5"
"@peerbit/crypto": "3.0.1",
"@peerbit/any-store": "2.2.6"
},

@@ -65,4 +65,5 @@ "scripts": {

"test": "aegir test",
"lint": "aegir lint"
"lint": "aegir lint",
"test:cov": "aegir test -t node --cov"
}
}