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

@cosmjs/socket

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/socket - npm Package Compare versions

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

build/index.d.ts

12

package.json
{
"name": "@cosmjs/socket",
"version": "0.24.0-alpha.22",
"version": "0.24.0-alpha.23",
"description": "Utility functions for working with WebSockets",

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

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

@@ -41,7 +40,4 @@ "!*.spec.*",

"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
"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",

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

"dependencies": {
"@cosmjs/stream": "^0.24.0-alpha.22",
"@cosmjs/stream": "^0.24.0-alpha.23",
"isomorphic-ws": "^4.0.1",

@@ -60,3 +56,3 @@ "ws": "^6.2.0",

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