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-beta.53 to 1.0.0-beta.54

dist/cjs/index.d.ts

27

package.json
{
"name": "@walletconnect/utils",
"version": "1.0.0-beta.53",
"version": "1.0.0-beta.54",
"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:cjs": "./node_modules/.bin/tsc -p tsconfig.cjs.json",
"build:es6": "./node_modules/.bin/tsc -p tsconfig.es6.json",
"build:umd": "webpack",
"build": "npm run clean && npm run build:cjs && npm run build:es6 && npm run build:umd",
"test": "tsdx test"
},

@@ -21,10 +24,8 @@ "keywords": [

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

@@ -53,3 +54,3 @@ "repository": {

"mocha": "5.2.0",
"ts-loader": "5.4.5",
"tsdx": "0.12.3",
"typescript": "3.7.5",

@@ -63,3 +64,3 @@ "webpack": "4.41.5",

"@ethersproject/strings": "5.0.0-beta.136",
"@walletconnect/types": "^1.0.0-beta.53",
"@walletconnect/types": "^1.0.0-beta.54",
"bignumber.js": "9.0.0"

@@ -66,0 +67,0 @@ },

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