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

@walletconnect/utils

Package Overview
Dependencies
Maintainers
1
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/utils - npm Package Compare versions

Comparing version 1.0.0-next.0 to 1.0.0-rc.0

dist/cjs/browser.d.ts

70

package.json
{
"name": "@walletconnect/utils",
"version": "1.0.0-next.0",
"version": "1.0.0-rc.0",
"description": "Utility Library for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
"build": "webpack",
"test": "mocha --require ./babel-polyfill.js test/**/*.spec.ts"
"clean": "rm -rf dist",
"build:pre": "run-s clean",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"build": "run-s build:pre build:cjs build:umd",
"test": "tsdx test ./test"
},
"keywords": [
"wallet",
"walletconnect",
"ethereum",
"jsonrpc",
"mobile",
"qrcode",
"web3",
"crypto",
"dapp",
"wallet"
"cryptocurrency",
"dapp"
],

@@ -21,10 +28,7 @@ "author": "WalletConnect <walletconnect.org>",

"license": "LGPL-3.0",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"files": [
"lib",
"src"
"dist"
],

@@ -39,29 +43,25 @@ "repository": {

"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/chai": "^4.1.6",
"@types/lodash.isnumber": "^3.0.5",
"@types/mocha": "^5.2.6",
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/node": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.8.3",
"@types/jest": "22.2.3",
"@types/lodash.isnumber": "3.0.6",
"@types/node": "12.12.14",
"chai": "^4.1.2",
"isomorphic-fetch": "^2.2.1",
"mocha": "5.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.1.3",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1"
"npm-run-all": "4.1.5",
"tsdx": "0.12.3",
"typescript": "3.7.5",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"dependencies": {
"@ethersproject/address": "^5.0.0-beta.125",
"@ethersproject/bytes": "^5.0.0-beta.126",
"@ethersproject/strings": "^5.0.0-beta.125",
"@walletconnect/types": "^1.0.0-next.0",
"bignumber.js": "^8.1.1"
"@ethersproject/address": "5.0.0-beta.134",
"@walletconnect/types": "^1.0.0-rc.0",
"detect-browser": "5.1.0",
"enc-utils": "2.1.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
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