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.8.0 to 0.8.1

build/keccak.js

2

.prettierrc.json

@@ -8,3 +8,3 @@ {

"options": {
"printWidth": 5000
"printWidth": 8000
}

@@ -11,0 +11,0 @@ }

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

__export(require("./hmac"));
__export(require("./keccak"));
__export(require("./libsodium"));

@@ -10,0 +11,0 @@ __export(require("./ripemd160"));

{
"name": "@iov/crypto",
"version": "0.8.0",
"version": "0.8.1",
"description": "Cryptography resources for IOV projects",

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

"elliptic": "^6.4.0",
"js-sha3": "^0.8.0",
"libsodium-wrappers": "^0.7.3",

@@ -48,3 +49,3 @@ "pbkdf2": "^3.0.16",

},
"gitHead": "08220c00bbf793a17c657d0d3c5ad8ea978f674f"
"gitHead": "8c31a5c7a16c881cec1527a3e2ae84991f0dffa2"
}
export * from "./bip39";
export * from "./hmac";
export * from "./keccak";
export * from "./libsodium";

@@ -4,0 +5,0 @@ export * from "./ripemd160";

export * from "./bip39";
export * from "./hmac";
export * from "./keccak";
export * from "./libsodium";

@@ -4,0 +5,0 @@ export * from "./ripemd160";

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