Socket
Socket
Sign inDemoInstall

@walletconnect/client

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/client - npm Package Compare versions

Comparing version 1.0.0-beta.95 to 1.0.0-beta.96

17

package.json
{
"name": "@walletconnect/client",
"version": "1.0.0-beta.95",
"version": "1.0.0-beta.96",
"description": "Client for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
"build:pre": "npm run clean",
"build:cjs": "./node_modules/.bin/tsc -p tsconfig.cjs.json",
"build:pre": "run-s clean",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"build": "npm run build:pre && npm run build:cjs && npm run build:umd",
"build": "run-s build:pre build:cjs build:umd",
"test": "tsdx test ./test"

@@ -51,2 +51,3 @@ },

"@types/node": "12.12.14",
"npm-run-all": "4.1.5",
"tsdx": "0.12.3",

@@ -58,8 +59,8 @@ "typescript": "3.7.5",

"dependencies": {
"@walletconnect/core": "^1.0.0-beta.95",
"@walletconnect/iso-crypto": "^1.0.0-beta.95",
"@walletconnect/types": "^1.0.0-beta.95",
"@walletconnect/utils": "^1.0.0-beta.95"
"@walletconnect/core": "^1.0.0-beta.96",
"@walletconnect/iso-crypto": "^1.0.0-beta.96",
"@walletconnect/types": "^1.0.0-beta.96",
"@walletconnect/utils": "^1.0.0-beta.96"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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