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

ton-crypto

Package Overview
Dependencies
Maintainers
1
Versions
25
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 2.0.1 to 2.0.2

4

package.json
{
"name": "ton-crypto",
"version": "2.0.1",
"version": "2.0.2",
"repository": "https://github.com/ex3ndr/ton-crypto.git",

@@ -35,5 +35,5 @@ "author": "Steve Korshakov <steve@korshakov.com>",

"jssha": "3.2.0",
"ton-crypto-primitives": "1.0.1",
"ton-crypto-primitives": "2.0.0",
"tweetnacl": "1.0.3"
}
}

@@ -28,12 +28,7 @@ # TON crypto

## React Native
To make it work on react native some native modules are required:
To make it work on react native `expo-random` native module is required:
`
expo install expo-standard-web-crypto
expo install expo-random
`
```js
import { polyfillWebCrypto } from 'expo-standard-web-crypto';
polyfillWebCrypto();
```
## Hashing

@@ -40,0 +35,0 @@ All methods accept strings or Buffers as arguments.

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