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 1.0.5 to 1.0.6

dist/index.min.js

2

dist/src/index.d.ts

@@ -12,3 +12,3 @@ import type { Multibase } from 'multiformats/bases/interface';

}
export declare type KeyType = 'Ed25519' | 'RSA';
export type KeyType = 'Ed25519' | 'RSA';
export interface KeyChain {

@@ -15,0 +15,0 @@ exportKey: (name: string, password: string) => Promise<Multibase<'m'>>;

{
"name": "@libp2p/interface-keychain",
"version": "1.0.5",
"version": "1.0.6",
"description": "Keychain interface for libp2p",

@@ -26,3 +26,3 @@ "license": "Apache-2.0 OR MIT",

"src",
"dist/src",
"dist",
"!dist/test",

@@ -139,4 +139,7 @@ "!**/*.tsbuildinfo"

"devDependencies": {
"aegir": "^37.4.0"
"aegir": "^37.7.3"
},
"typedoc": {
"entryPoint": "./src/index.ts"
}
}

@@ -20,2 +20,3 @@ # @libp2p/interface-keychain <!-- omit in toc -->

- [provide](#provide)
- [API Docs](#api-docs)
- [License](#license)

@@ -87,2 +88,6 @@ - [Contribute](#contribute)

## API Docs
- <https://libp2p.github.io/js-libp2p-interfaces>
## License

@@ -89,0 +94,0 @@

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