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 1.0.0 to 2.0.0

10

build/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Address = exports.Keypair = exports.Mnemonic = void 0;
var Mnemonic_1 = require("./Mnemonic");
Object.defineProperty(exports, "Mnemonic", { enumerable: true, get: function () { return Mnemonic_1.default; } });
Object.defineProperty(exports, "Mnemonic", { enumerable: true, get: function () { return __importDefault(Mnemonic_1).default; } });
var Keypair_1 = require("./Keypair");
Object.defineProperty(exports, "Keypair", { enumerable: true, get: function () { return Keypair_1.default; } });
Object.defineProperty(exports, "Keypair", { enumerable: true, get: function () { return __importDefault(Keypair_1).default; } });
var Address_1 = require("./Address");
Object.defineProperty(exports, "Address", { enumerable: true, get: function () { return Address_1.default; } });
Object.defineProperty(exports, "Address", { enumerable: true, get: function () { return __importDefault(Address_1).default; } });
//# sourceMappingURL=index.js.map
{
"name": "@helium/crypto-react-native",
"version": "1.0.0",
"version": "2.0.0",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native",

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

},
"gitHead": "0b8d9492676ed6b3cf4e182f65f3c1c9b2e3c4d2"
"gitHead": "8c9ea103bb697c746c2613ec93def4a9688551ff"
}

Sorry, the diff of this file is not supported yet

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