Socket
Socket
Sign inDemoInstall

@walletconnect/iso-crypto

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/iso-crypto - npm Package Compare versions

Comparing version 1.4.2-rc.2 to 1.5.0-rc.0

dist/esm/index.d.ts

12

package.json
{
"name": "@walletconnect/iso-crypto",
"version": "1.4.2-rc.2",
"version": "1.5.0-rc.0",
"description": "Isomorphic Crypto for WalletConnect",

@@ -9,4 +9,5 @@ "scripts": {

"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:esm": "npx tsc -p tsconfig.esm.json",
"build:umd": "webpack",
"build": "run-s build:pre build:cjs build:umd",
"build": "run-s build:pre build:cjs build:esm build:umd",
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha -r ts-node/register ./test/**/*.spec.ts --exit"

@@ -30,2 +31,3 @@ },

"main": "dist/cjs/index.js",
"browser": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",

@@ -64,7 +66,7 @@ "unpkg": "dist/umd/index.min.js",

"dependencies": {
"@pedrouid/iso-crypto": "^1.0.0",
"@walletconnect/types": "^1.4.2-rc.2",
"@walletconnect/utils": "^1.4.2-rc.2"
"@pedrouid/iso-crypto": "^2.0.0-beta.3",
"@walletconnect/types": "^1.5.0-rc.0",
"@walletconnect/utils": "^1.5.0-rc.0"
},
"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