Socket
Socket
Sign inDemoInstall

@iov/crypto

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iov/crypto - npm Package Compare versions

Comparing version 0.10.4 to 0.11.0-alpha.0

1

build/index.js

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

__export(require("./libsodium"));
__export(require("./ripemd160"));
__export(require("./secp256k1"));

@@ -13,0 +12,0 @@ var secp256k1signature_1 = require("./secp256k1signature");

11

package.json
{
"name": "@iov/crypto",
"version": "0.10.4",
"version": "0.11.0-alpha.0",
"description": "Cryptography resources for IOV projects",

@@ -33,3 +33,3 @@ "author": "IOV SAS <admin@iov.one>",

"dependencies": {
"@iov/encoding": "^0.10.4",
"@iov/encoding": "^0.11.0-alpha.0",
"bip39": "^2.5.0",

@@ -39,5 +39,4 @@ "bn.js": "^4.11.8",

"js-sha3": "^0.8.0",
"libsodium-wrappers": "^0.7.3",
"libsodium-wrappers": "^0.7.4",
"pbkdf2": "^3.0.16",
"ripemd160": "^2.0.2",
"sha.js": "^2.4.11",

@@ -48,5 +47,5 @@ "type-tagger": "^1.0.0",

"devDependencies": {
"@types/libsodium-wrappers": "^0.7.0"
"@types/libsodium-wrappers": "^0.7.3"
},
"gitHead": "dbe04c312b285644183a85c07be3a839d42c9c63"
"gitHead": "ad359cfd1bc96aa02932a8fdf2321fc1996033e8"
}

@@ -5,3 +5,2 @@ export * from "./bip39";

export * from "./libsodium";
export * from "./ripemd160";
export * from "./secp256k1";

@@ -8,0 +7,0 @@ export { ExtendedSecp256k1Signature, Secp256k1Signature } from "./secp256k1signature";

@@ -5,3 +5,2 @@ export * from "./bip39";

export * from "./libsodium";
export * from "./ripemd160";
export * from "./secp256k1";

@@ -8,0 +7,0 @@ export { ExtendedSecp256k1Signature, Secp256k1Signature } from "./secp256k1signature";

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