Socket
Socket
Sign inDemoInstall

@walletconnect/mobile-registry

Package Overview
Dependencies
0
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2-rc.1 to 2.0.0-alpha.1

LICENSE

26

package.json
{
"name": "@walletconnect/mobile-registry",
"version": "1.3.2-rc.1",
"description": "Registry for WalletConnect mobile-to-mobile linking supported Wallets",
"version": "2.0.0-alpha.1",
"author": "WalletConnect Labs <walletconnectlabs.com>",
"homepage": "https://github.com/walletconnect-labs/walletconnect-v2-monorepo/",
"license": "MIT",
"main": "registry.json",
"keywords": [
"wallet",
"walletconnect"
],
"scripts": {
"build": "node ./scripts/parse.js"
},
"keywords": [
"WalletConnect",
"mobile",
"registry"
],
"author": "WalletConnect <walletconnect.org>",
"homepage": "https://github.com/WalletConnect/walletconnect-monorepo#readme",
"license": "MIT",
"main": "registry.json",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/WalletConnect/walletconnect-monorepo.git"
},
"bugs": {
"url": "https://github.com/WalletConnect/walletconnect-monorepo/issues"
}
}

@@ -39,3 +39,3 @@ [

"logo": "./logos/crypto-defi.png",
"universalLink": "https://wallet.crypto.com",
"universalLink": "",
"deepLink": "cryptowallet:"

@@ -76,8 +76,8 @@ },

{
"name": "Huobi Wallet",
"shortName": "Huobi",
"color": "rgb(45,101,248)",
"logo": "./logos/huobiwallet.png",
"universalLink": "https://www.huobiwallet.com",
"deepLink": "huobiwallet:"
"name": "Nash",
"shortName": "Nash",
"color": "rgb(0,82,243)",
"logo": "./logos/nash.png",
"universalLink": "https://nash.io/walletconnect",
"deepLink": "nash:"
},

@@ -101,10 +101,2 @@ {

{
"name": "Nash",
"shortName": "Nash",
"color": "rgb(0,82,243)",
"logo": "./logos/nash.png",
"universalLink": "https://nash.io/walletconnect",
"deepLink": "nash:"
},
{
"name": "ZelCore",

@@ -158,25 +150,9 @@ "shortName": "ZelCore",

{
"name": "Tongue Wallet",
"shortName": "Tongue",
"color": "rgb(255, 49, 120)",
"logo": "./logos/tongue.png",
"universalLink": "https://www.tongue.fi",
"deepLink": "tongue:"
},
{
"name": "RWallet",
"shortName": "RWallet",
"color": "rgb(255, 255, 255)",
"logo": "./logos/rwallet.png",
"universalLink": "https://www.rwallet.app",
"deepLink": "rwallet:"
},
{
"name": "PeakDeFi Wallet",
"shortName": "PeakDeFi",
"color": "rgb(255, 255, 255)",
"logo": "./logos/peakdefi.png",
"universalLink": "https://app.peakdefi.com/download",
"deepLink": "peakdefiwallet:"
"name": "Huobi Wallet",
"shortName": "Huobi",
"color": "rgb(45,101,248)",
"logo": "./logos/huobiwallet.png",
"universalLink": "https://www.huobiwallet.com",
"deepLink": "huobiwallet:"
}
]
const path = require("path");
const { isFile, isJson, formatJson, writeFile } = require("../../../../scripts/shared");
const { isFile, isJson, formatJson, writeFile } = require("../../../ops/js/shared");

@@ -4,0 +4,0 @@ const PKG_DIR = path.join(__dirname, "../");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc