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

@libp2p/crypto

Package Overview
Dependencies
Maintainers
6
Versions
530
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/crypto - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/src/keys/ed25519-class.d.ts

@@ -33,3 +33,3 @@ export declare class Ed25519PublicKey {

*/
export(password: string, format?: string): Promise<import("multiformats/bases/base").Multibase<"m">>;
export(password: string, format?: string): Promise<import("multiformats/bases/base.js").Multibase<"m">>;
}

@@ -36,0 +36,0 @@ export declare function unmarshalEd25519PrivateKey(bytes: Uint8Array): Ed25519PrivateKey;

@@ -6,3 +6,3 @@ /**

*/
export declare function exporter(privateKey: Uint8Array, password: string): Promise<import("multiformats/bases/base").Multibase<"m">>;
export declare function exporter(privateKey: Uint8Array, password: string): Promise<import("multiformats/bases/base.js").Multibase<"m">>;
//# sourceMappingURL=exporter.d.ts.map

@@ -31,3 +31,3 @@ export declare class Secp256k1PublicKey {

*/
export(password: string, format?: string): Promise<import("multiformats/bases/base").Multibase<"m">>;
export(password: string, format?: string): Promise<import("multiformats/bases/base.js").Multibase<"m">>;
}

@@ -34,0 +34,0 @@ export declare function unmarshalSecp256k1PrivateKey(bytes: Uint8Array): Secp256k1PrivateKey;

{
"name": "@libp2p/crypto",
"version": "1.0.3",
"version": "1.0.4",
"description": "Crypto primitives for libp2p",

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

"util": "^0.12.3",
"wherearewe": "^1.0.0"
"wherearewe": "^2.0.1"
},

@@ -200,0 +200,0 @@ "browser": {

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