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
2
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.4.0 to 3.5.0

1

build/index.js

@@ -33,2 +33,3 @@ "use strict";

exports.utils = __importStar(require("./utils"));
global.Buffer = require('safe-buffer').Buffer;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@helium/crypto-react-native",
"version": "3.4.0",
"version": "3.5.0",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native",

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

},
"gitHead": "dacd186426fd39b9b69336fab6ee0ac3aa422248"
"gitHead": "c221ad920b5c4c4fc5f01bf3fc3eee82cc52599c"
}

@@ -20,8 +20,1 @@ # `@helium/crypto-react-native`

```
Add the following to your `App.js` file:
```js
global.Buffer = require('safe-buffer').Buffer
```

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