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

@transmute/did-key-secp256k1

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transmute/did-key-secp256k1 - npm Package Compare versions

Comparing version 0.3.0-unstable.9 to 0.3.0-unstable.10

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 0.3.0-unstable.10 (2022-12-12)
**Note:** Version bump only for package @transmute/did-key-secp256k1
# 0.3.0-unstable.9 (2022-08-06)

@@ -8,0 +16,0 @@

2

dist/index.d.ts
import { Secp256k1KeyPair } from '@transmute/secp256k1-key-pair';
export { Secp256k1KeyPair };
export declare const generate: (keyGenOptions: any, resolutionOptions?: any) => Promise<{
export declare const generate: (keyGenOptions: any, resolutionOptions?: import("@transmute/did-key-common/dist/types").ResolutionOptions | undefined) => Promise<{
didDocument: import("@transmute/did-key-common/dist/types").DidDocument;

@@ -5,0 +5,0 @@ keys: any[];

@@ -5,3 +5,3 @@ {

"module": "dist/did-key-secp256k1.esm.js",
"version": "0.3.0-unstable.9",
"version": "0.3.0-unstable.10",
"license": "Apache-2.0",

@@ -61,6 +61,6 @@ "main": "dist/index.js",

"dependencies": {
"@transmute/did-key-common": "^0.3.0-unstable.9",
"@transmute/did-key-common": "^0.3.0-unstable.10",
"@transmute/secp256k1-key-pair": "^0.7.0-unstable.2"
},
"gitHead": "13fe71dbd0048e7c3719d99b265588cf1f03fd31"
"gitHead": "0bf2d381d17c260f35246d18170865a60aac3897"
}
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