Socket
Socket
Sign inDemoInstall

@cfx-kit/wallet-avatar

Package Overview
Dependencies
2
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2-beta-NTU1Mzk2NjY0 to 0.0.2-beta-NjU5MjgyMjcz

1

index.js

@@ -80,3 +80,2 @@ import MersenneTwister from 'mersenne-twister';

const html = this.generateAvatarHTML(address);
console.log(html);
return `data:image/svg+xml;base64,${btoa(html)}`;

@@ -83,0 +82,0 @@ }

2

package.json
{
"name": "@cfx-kit/wallet-avatar",
"version": "0.0.2-beta-NTU1Mzk2NjY0",
"version": "0.0.2-beta-NjU5MjgyMjcz",
"main": "wallet-avatar.bundle.js",

@@ -5,0 +5,0 @@ "module": "index.js",

@@ -134,3 +134,2 @@ (function (global, factory) {

const html = this.generateAvatarHTML(address);
console.log(html);
return `data:image/svg+xml;base64,${btoa(html)}`;

@@ -137,0 +136,0 @@ }

Sorry, the diff of this file is not supported yet

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