Socket
Socket
Sign inDemoInstall

@arcblock/nft-display

Package Overview
Dependencies
Maintainers
0
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/nft-display - npm Package Compare versions

Comparing version 2.10.25 to 2.10.26

38

lib/index.js

@@ -441,13 +441,10 @@ "use strict";

height="14" />
<text
x="20"
y="8"
font-size="${fontSize}"
font-family="Helvetica, Arial, sans-serif"
fill="#D1D1D1"
text-anchor="start"
alignment-baseline="middle"
dominant-baseline="middle">
${issuer.name}
</text>
<foreignObject x="20" y="-2" width="156" height="18">
<div
xmlns="http://www.w3.org/1999/xhtml"
style="font-size: ${fontSize}px; line-height: 18px; color: #D1D1D1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;"
>
${issuer.name}
</div>
</foreignObject>
<defs>

@@ -467,13 +464,10 @@ <pattern id="${getId(id, 'issuer-image')}" width="14" height="14" patternUnits="userSpaceOnUse">

<rect x="0" y="0" width="14" height="14" rx="2" fill="#6D6D6D"/>
<text
x="20"
y="8"
font-size="${fontSize}"
font-family="Helvetica, Arial, sans-serif"
fill="#D1D1D1"
text-anchor="start"
alignment-baseline="middle"
dominant-baseline="middle">
${issuer.name}
</text>
<foreignObject x="0" y="-2" width="176" height="18">
<div
xmlns="http://www.w3.org/1999/xhtml"
style="font-size: ${fontSize}px; line-height: 18px; color: #D1D1D1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;"
>
${issuer.name}
</div>
</foreignObject>
</g>`;

@@ -480,0 +474,0 @@ };

{
"name": "@arcblock/nft-display",
"version": "2.10.25",
"version": "2.10.26",
"description": "arcblock's nft display generic component",

@@ -44,3 +44,3 @@ "keywords": [

},
"gitHead": "c08068e4f1992102d89bc2fc54c93a864453bf24"
"gitHead": "196e6adde06c3c62b95faecf931e2120e366a2fe"
}
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