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

@libp2p/interface-keychain

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-keychain - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

10

dist/src/index.d.ts

@@ -143,3 +143,13 @@ /**

findKeyByName: (name: string) => Promise<KeyInfo>;
/**
* Rotate keychain password and re-encrypt all associated keys
*
* @example
*
* ```js
* await libp2p.keychain.rotateKeychainPass('oldPassword', 'newPassword')
* ```
*/
rotateKeychainPass: (oldPass: string, newPass: string) => Promise<void>;
}
//# sourceMappingURL=index.d.ts.map

2

package.json
{
"name": "@libp2p/interface-keychain",
"version": "2.0.3",
"version": "2.0.4",
"description": "Keychain interface for libp2p",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -157,2 +157,13 @@ /**

findKeyByName: (name: string) => Promise<KeyInfo>
/**
* Rotate keychain password and re-encrypt all associated keys
*
* @example
*
* ```js
* await libp2p.keychain.rotateKeychainPass('oldPassword', 'newPassword')
* ```
*/
rotateKeychainPass: (oldPass: string, newPass: string) => Promise<void>
}

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