Socket
Socket
Sign inDemoInstall

@cosmjs/utils

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/utils - npm Package Compare versions

Comparing version 0.24.0-alpha.22 to 0.24.0-alpha.23

build/arrays.d.ts

10

package.json
{
"name": "@cosmjs/utils",
"version": "0.24.0-alpha.22",
"version": "0.24.0-alpha.23",
"description": "Utility tools, primarily for testing code",

@@ -10,6 +10,5 @@ "contributors": [

"main": "build/index.js",
"types": "types/index.d.ts",
"types": "build/index.d.ts",
"files": [
"build/",
"types/",
"*.md",

@@ -32,7 +31,4 @@ "!*.spec.*",

"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && shx rm -rf ./types/testdata ./types/*.spec.d.ts",
"format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"",
"prebuild": "shx rm -rf ./build",
"build": "tsc",
"postbuild": "yarn move-types && yarn format-types",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",

@@ -48,3 +44,3 @@ "test-node": "node jasmine-testrunner.js",

},
"gitHead": "4e67ed3618a748a63052272609a6ffa9b9e90698"
"gitHead": "52dc82bbe4799c2b4fcd1e69a81c9980ffcdc7c8"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc