@stacks/encryption
Advanced tools
Comparing version 6.14.1-pr.39 to 6.14.1-pr.40
{ | ||
"name": "@stacks/encryption", | ||
"version": "6.14.1-pr.39+07100bf4", | ||
"version": "6.14.1-pr.40+af1040b0", | ||
"description": "Encryption utilities for Stacks", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"@scure/bip39": "1.1.0", | ||
"@stacks/common": "^6.14.1-pr.39+07100bf4", | ||
"@stacks/common": "^6.14.1-pr.40+af1040b0", | ||
"@types/node": "^18.0.4", | ||
@@ -36,4 +36,4 @@ "base64-js": "^1.5.1", | ||
"@peculiar/webcrypto": "^1.1.6", | ||
"@stacks/network": "^6.14.1-pr.39+07100bf4", | ||
"@stacks/transactions": "^6.14.1-pr.39+07100bf4", | ||
"@stacks/network": "^6.14.1-pr.40+af1040b0", | ||
"@stacks/transactions": "^6.14.1-pr.40+af1040b0", | ||
"@types/bs58check": "^2.1.0", | ||
@@ -71,3 +71,3 @@ "@types/elliptic": "^6.4.12", | ||
}, | ||
"gitHead": "07100bf4861014dcaf4195ea7944d7ec198dacd2" | ||
"gitHead": "af1040b05950578847925641f6414e432f3c82bd" | ||
} |
import { entropyToMnemonic, mnemonicToEntropy, validateMnemonic } from '@scure/bip39'; | ||
// Word lists not imported by default as that would increase bundle sizes too much as in case of bitcoinjs/bip39 | ||
// Use default english world list similiar to bitcoinjs/bip39 | ||
// Use default english world list similar to bitcoinjs/bip39 | ||
// Backward compatible with bitcoinjs/bip39 dependency | ||
@@ -5,0 +5,0 @@ // Very small in size as compared to bitcoinjs/bip39 wordlist |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
671366
3922