New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@helium/crypto-react-native

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helium/crypto-react-native - npm Package Compare versions

Comparing version 3.50.0 to 3.60.0

4

build/utils.js

@@ -32,4 +32,4 @@ "use strict";

const CS = ENT / 32;
const hash = js_sha256_1.sha256(entropyBuffer);
return exports.bytesToBinary([].slice.call(hash)).slice(0, CS);
const hash = js_sha256_1.sha256.digest(entropyBuffer);
return exports.bytesToBinary(Array.from(hash)).slice(0, CS);
};

@@ -36,0 +36,0 @@ exports.deriveChecksumBits = deriveChecksumBits;

{
"name": "@helium/crypto-react-native",
"version": "3.50.0",
"version": "3.60.0",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native",

@@ -39,3 +39,3 @@ "keywords": [

},
"gitHead": "92f545728b81e03c3cf238b4b98e743e87c003e0"
"gitHead": "4b9b123f61969cc357d1bc44b1e7f88bd974d7aa"
}

Sorry, the diff of this file is not supported yet

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