Socket
Socket
Sign inDemoInstall

@walletconnect/iso-crypto

Package Overview
Dependencies
64
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

13

package.json
{
"name": "@walletconnect/iso-crypto",
"version": "1.0.0-beta.95",
"version": "1.0.0-beta.96",
"description": "Isomorphic Crypto 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"

@@ -52,2 +52,3 @@ },

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

@@ -59,4 +60,4 @@ "typescript": "3.7.5",

"dependencies": {
"@walletconnect/types": "^1.0.0-beta.95",
"@walletconnect/utils": "^1.0.0-beta.95",
"@walletconnect/types": "^1.0.0-beta.96",
"@walletconnect/utils": "^1.0.0-beta.96",
"eccrypto-js": "5.2.0"

@@ -63,0 +64,0 @@ },

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc