Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cosmjs/launchpad

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/launchpad - npm Package Compare versions

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

build/address.d.ts

18

package.json
{
"name": "@cosmjs/launchpad",
"version": "0.24.0-alpha.22",
"version": "0.24.0-alpha.23",
"description": "A client library for the Cosmos SDK 0.37 (cosmoshub-3), 0.38 and 0.39 (Launchpad)",

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

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

@@ -33,7 +32,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 ./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,6 +44,6 @@ "test-node": "node jasmine-testrunner.js",

"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.22",
"@cosmjs/encoding": "^0.24.0-alpha.22",
"@cosmjs/math": "^0.24.0-alpha.22",
"@cosmjs/utils": "^0.24.0-alpha.22",
"@cosmjs/crypto": "^0.24.0-alpha.23",
"@cosmjs/encoding": "^0.24.0-alpha.23",
"@cosmjs/math": "^0.24.0-alpha.23",
"@cosmjs/utils": "^0.24.0-alpha.23",
"axios": "^0.21.1",

@@ -59,3 +55,3 @@ "fast-deep-equal": "^3.1.3"

},
"gitHead": "4e67ed3618a748a63052272609a6ffa9b9e90698"
"gitHead": "52dc82bbe4799c2b4fcd1e69a81c9980ffcdc7c8"
}
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