Socket
Socket
Sign inDemoInstall

@walletconnect/relay-auth

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/relay-auth - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4-2ee93a0

dist/index.cjs.js

35

package.json
{
"name": "@walletconnect/relay-auth",
"description": "Relay Client Authentication",
"version": "1.0.3",
"version": "1.0.4-2ee93a0",
"author": "WalletConnect, Inc. <walletconnect.com>",

@@ -18,7 +18,7 @@ "license": "MIT",

],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"browser": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"browser": "dist/index.es.js",
"unpkg": "dist/index.umd.js",
"types": "dist/types/index.d.ts",
"homepage": "https://github.com/walletconnect/walletconnect-utils",

@@ -34,8 +34,11 @@ "repository": {

"clean": "rm -rf dist",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build:umd": "webpack",
"build": "run-s clean build:cjs build:esm build:umd ",
"build:pre": "npm run clean",
"build:types": "tsc",
"build:source": "rollup --config rollup.config.js",
"build": "npm run build:pre; npm run build:source; npm run build:types",
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha --timeout 5000 --exit -r ts-node/register ./test/**/*.test.ts",
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'",
"npm-publish:latest": "npm publish --access public --tag latest",
"npm-publish:canary": "npm publish --access public --tag canary",
"prepublishOnly": "npm run test && npm run build"
},

@@ -47,6 +50,5 @@ "devDependencies": {

"did-resolver": "^3.2.2",
"husky": "^4.3.0",
"key-did-resolver": "^2.0.4",
"husky": "^4.3.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"typescript": "^4.9.5",
"webpack": "^4.41.6",

@@ -69,6 +71,7 @@ "webpack-cli": "^3.3.11"

"@stablelib/random": "^1.0.1",
"@walletconnect/safe-json": "^1.0.0",
"@walletconnect/time": "^1.0.1",
"@walletconnect/safe-json": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"tslib": "1.14.1",
"uint8arrays": "^3.0.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