Socket
Socket
Sign inDemoInstall

@walletconnect/mobile-registry

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/mobile-registry - npm Package Compare versions

Comparing version 1.0.18 to 1.1.0-rc.0

logos/wallet-imToken.png

2

package.json
{
"name": "@walletconnect/mobile-registry",
"version": "1.0.18",
"version": "1.1.0-rc.0",
"description": "Registry for WalletConnect mobile-to-mobile linking supported Wallets",

@@ -5,0 +5,0 @@ "scripts": {

[
{
"name": "Rainbow",
"shortName": "Rainbow",
"color": "rgb(0, 30, 89)",

@@ -11,2 +12,3 @@ "logo": "./logos/wallet-rainbow.png",

"name": "MetaMask",
"shortName": "MetaMask",
"color": "rgb(255, 255, 255)",

@@ -18,10 +20,4 @@ "logo": "./logos/wallet-metamask.png",

{
"name": "Gnosis Safe",
"color": "rgb(0, 140, 115)",
"logo": "./logos/wallet-gnosis.png",
"universalLink": "https://safe.gnosis.io/walletconnect",
"deepLink": "gnosissafe:"
},
{
"name": "Argent",
"shortName": "Argent",
"color": "rgb(255, 135, 91)",

@@ -34,2 +30,3 @@ "logo": "./logos/wallet-argent.png",

"name": "Trust Wallet",
"shortName": "Trust",
"color": "rgb(51, 117, 187)",

@@ -39,3 +36,35 @@ "logo": "./logos/wallet-trust.png",

"deepLink": "trust:"
},
{
"name": "imToken",
"shortName": "imToken",
"color": "rgb(255, 255, 255)",
"logo": "./logos/wallet-imToken.png",
"universalLink": "",
"deepLink": "imtokenv2:"
},
{
"name": "Pillar Wallet",
"shortName": "Pillar",
"color": "rgb(255, 255, 255)",
"logo": "./logos/wallet-pillar.png",
"universalLink": "",
"deepLink": "pillarwallet:"
},
{
"name": "Gnosis Safe",
"shortName": "Safe",
"color": "rgb(0, 140, 115)",
"logo": "./logos/wallet-gnosis.png",
"universalLink": "https://safe.gnosis.io/walletconnect",
"deepLink": "gnosissafe:"
},
{
"name": "Math Wallet",
"shortName": "Math",
"color": "rgb(0, 30, 89)",
"logo": "./logos/wallet-math.png",
"universalLink": "https://www.mathwallet.org",
"deepLink": "mathwallet:"
}
]

@@ -11,2 +11,3 @@ const path = require("path");

name: entry.name || "",
shortName: entry.shortName || "",
color: entry.color || "",

@@ -13,0 +14,0 @@ logo: entry.logo || "",

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