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.17.8 to 1.0.0-alpha.0

4

build/englishmnemonic.js

@@ -34,6 +34,2 @@ "use strict";

}
/** @deprecated use toString */
asString() {
return this.toString();
}
}

@@ -40,0 +36,0 @@ EnglishMnemonic.wordlist = bip39.wordlists.english;

6

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

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

"dependencies": {
"@iov/encoding": "^0.17.8",
"@iov/encoding": "^1.0.0-alpha.0",
"bip39": "^3.0.2",

@@ -56,3 +56,3 @@ "bn.js": "^4.11.8",

},
"gitHead": "722c7ed3539806384a1b02c6d6777aadd9eeb6b4"
"gitHead": "8f11360f00cd3069f46ef5109e20d5c17e05a3e1"
}

@@ -7,4 +7,2 @@ export declare class EnglishMnemonic {

toString(): string;
/** @deprecated use toString */
asString(): string;
}

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