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

@libp2p/interface-keys

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interface-keys - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/index.min.js

2

dist/src/index.d.ts

@@ -34,3 +34,3 @@ export interface PublicKey {

export declare const secp256k1 = "secp256k1";
export declare type KeyType = typeof Ed25519 | typeof RSA | typeof secp256k1;
export type KeyType = typeof Ed25519 | typeof RSA | typeof secp256k1;
//# sourceMappingURL=index.d.ts.map
{
"name": "@libp2p/interface-keys",
"version": "1.0.4",
"version": "1.0.5",
"description": "Keys interface for libp2p",

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

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

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

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

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

- [Using the Test Suite](#using-the-test-suite)
- [API Docs](#api-docs)
- [License](#license)

@@ -43,2 +44,6 @@ - [Contribute](#contribute)

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

@@ -45,0 +50,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