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.7.0 to 0.7.1

9

package.json
{
"name": "@iov/crypto",
"version": "0.7.0",
"version": "0.7.1",
"description": "Cryptography resources for IOV projects",

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

"prebuild": "yarn format && yarn lint",
"build": "tsc && shx rm ./types/* && shx mv build/*.d.ts ./types",
"move-types": "shx rm -r ./types/* && shx mv build/types/* ./types && shx rm ./types/*.spec.d.ts",
"build": "shx rm -rf ./build && tsc && yarn move-types",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",

@@ -33,3 +34,3 @@ "pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"

"dependencies": {
"@iov/encoding": "^0.7.0",
"@iov/encoding": "^0.7.1",
"bip39": "^2.5.0",

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

},
"gitHead": "559a368ef6e16cc8f3fe20b7d8df4a5ac1d995fc"
"gitHead": "8f28a3ba4db2d6dd38ef59aef1ff31940d9a75dc"
}

@@ -6,2 +6,3 @@ {

"outDir": "build",
"declarationDir": "build/types",
"rootDir": "src"

@@ -8,0 +9,0 @@ },

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