@ton/crypto
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -116,3 +116,3 @@ "use strict"; | ||
expect(await (0, mnemonic_1.mnemonicValidate)(derived)).toBe(true); | ||
expect(derived).toMatchObject(p.mnemonics); | ||
expect(derived).toEqual(p.mnemonics); | ||
}); | ||
@@ -119,0 +119,0 @@ } |
{ | ||
"name": "@ton/crypto", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"repository": "https://github.com/ton-org/ton-crypto.git", | ||
@@ -34,6 +34,7 @@ "author": "Whales Corp. <developers@whalescorp.com>", | ||
"dependencies": { | ||
"@ton/crypto-primitives": "2.1.0", | ||
"jssha": "3.2.0", | ||
"@ton/crypto-primitives": "2.0.0", | ||
"tweetnacl": "1.0.3" | ||
} | ||
}, | ||
"packageManager": "yarn@1.22.22" | ||
} |
@@ -40,5 +40,5 @@ # TON crypto | ||
## React Native | ||
To make it work on react native `expo-random` native module is required: | ||
To make it work on react native `expo-crypto` native module is required: | ||
` | ||
expo install expo-random | ||
expo install expo-crypto | ||
` | ||
@@ -45,0 +45,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
217486
1
+ Added@ton/crypto-primitives@2.1.0(transitive)
- Removed@ton/crypto-primitives@2.0.0(transitive)
Updated@ton/crypto-primitives@2.1.0