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

@walletconnect/jsonrpc-ws-connection

Package Overview
Dependencies
Maintainers
8
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/jsonrpc-ws-connection - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11-66be2dd

dist/index.cjs.js

31

package.json
{
"name": "@walletconnect/jsonrpc-ws-connection",
"description": "WS Connection for JSON-RPC",
"version": "1.0.10",
"version": "1.0.11-66be2dd",
"author": "WalletConnect, Inc. <walletconnect.com>",

@@ -15,7 +15,7 @@ "license": "MIT",

},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"browser": "dist/index.es.js",
"unpkg": "dist/index.umd.js",
"types": "dist/types/index.d.ts",
"files": [

@@ -36,14 +36,15 @@ "dist"

"clean": "rm -rf dist",
"build:pre": "run-s clean",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"build:esm": "npx tsc -p tsconfig.esm.json",
"build": "run-s build:pre build:cjs build:esm build:umd",
"build:pre": "npm run clean",
"build:types": "tsc",
"build:source": "rollup --config rollup.config.js",
"build": "npm run build:pre; npm run build:source; npm run build:types",
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha --timeout 5000 --exit -r ts-node/register ./test/**/*.test.ts",
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'",
"npm-publish:latest": "npm publish --access public --tag latest",
"npm-publish:canary": "npm publish --access public --tag canary",
"prepublishOnly": "npm run test && npm run build"
},
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1",
"@walletconnect/safe-json": "^1.0.2",
"ws": "^7.5.1",

@@ -84,3 +85,3 @@ "events": "^3.3.0"

"prettier": "^1.19.1",
"typescript": "^3.7.5",
"typescript": "^4.9.5",
"webpack": "^4.41.6",

@@ -87,0 +88,0 @@ "webpack-cli": "^3.3.11"

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