Socket
Socket
Sign inDemoInstall

@iov/encoding

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iov/encoding - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

7

package.json
{
"name": "@iov/encoding",
"version": "0.7.0",
"version": "0.7.1",
"description": "Encoding helpers 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",

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

},
"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