Socket
Socket
Sign inDemoInstall

@scure/bip39

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scure/bip39 - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

1

index.d.ts

@@ -64,1 +64,2 @@ /**

export declare function mnemonicToSeedSync(mnemonic: string, passphrase?: string): Uint8Array;
//# sourceMappingURL=index.d.ts.map

9

package.json
{
"name": "@scure/bip39",
"version": "1.2.2",
"version": "1.3.0",
"description": "Secure, audited & minimal implementation of BIP39 mnemonic phrases",

@@ -16,6 +16,7 @@ "main": "index.js",

"dependencies": {
"@noble/hashes": "~1.3.2",
"@scure/base": "~1.1.4"
"@noble/hashes": "~1.4.0",
"@scure/base": "~1.1.6"
},
"devDependencies": {
"@paulmillr/jsbt": "0.1.0",
"micro-should": "0.4.0",

@@ -29,3 +30,3 @@ "prettier": "3.1.1",

"type": "git",
"url": "https://github.com/paulmillr/scure-bip39.git"
"url": "git+https://github.com/paulmillr/scure-bip39.git"
},

@@ -32,0 +33,0 @@ "contributors": [

@@ -9,3 +9,3 @@ # scure-bip39

- ➰ Only 2 audited dependencies by the same author:
[noble-curves](https://github.com/paulmillr/noble-curves) and [scure-base](https://github.com/paulmillr/scure-base)
[noble-hashes](https://github.com/paulmillr/noble-hashes) and [scure-base](https://github.com/paulmillr/scure-base)
- đŸĒļ 37KB with all deps bundled and 279KB with wordlists: much smaller than similar libraries

@@ -12,0 +12,0 @@

export declare const wordlist: string[];
//# sourceMappingURL=czech.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=english.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=french.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=italian.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=japanese.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=korean.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=portuguese.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=simplified-chinese.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=spanish.d.ts.map
export declare const wordlist: string[];
//# sourceMappingURL=traditional-chinese.d.ts.map
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