New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iconly

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconly - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

2

dist/index.js

@@ -68,3 +68,3 @@

iconSetDiv.setAttribute("aria-hidden", "true");
iconSetDiv.style.cssText = "width: 0px; height: 0px; display: none;";
iconSetDiv.style.cssText = "width: 0; height: 0; position: absolute; left: -9999px;";
this.#container.appendChild(iconSetDiv);

@@ -71,0 +71,0 @@ }

@@ -56,3 +56,3 @@ class $cf838c15c8b009ba$var$Iconly {

iconSetDiv.setAttribute("aria-hidden", "true");
iconSetDiv.style.cssText = "width: 0px; height: 0px; display: none;";
iconSetDiv.style.cssText = "width: 0; height: 0; position: absolute; left: -9999px;";
this.#container.appendChild(iconSetDiv);

@@ -59,0 +59,0 @@ }

{
"name": "iconly",
"version": "1.4.1",
"version": "1.4.2",
"description": "SVG Sprite",

@@ -5,0 +5,0 @@ "author": "ux-ui.pro",

@@ -75,3 +75,3 @@ class Iconly {

iconSetDiv.setAttribute('aria-hidden', 'true');
iconSetDiv.style.cssText = 'width: 0px; height: 0px; display: none;';
iconSetDiv.style.cssText = 'width: 0; height: 0; position: absolute; left: -9999px;';

@@ -78,0 +78,0 @@ this.#container.appendChild(iconSetDiv);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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