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

@ton/crypto

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ton/crypto - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

2

dist/hd/mnemonics.spec.js

@@ -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 @@

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