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

iconic

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconic - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

2

lib/icon.js

@@ -45,3 +45,3 @@ 'use strict';

normalize() {
this.clear().resize(100, 100).removeBlackFills();
this.resize(100, 100).removeBlackFills();
return this;

@@ -48,0 +48,0 @@ }

@@ -28,3 +28,3 @@ 'use strict';

this.icons.forEach(icon => {
data[icon.name] = icon.normalize().source;
data[icon.name] = icon.normalize().source.replace(/fill\:\#000\;/gim, '');
});

@@ -31,0 +31,0 @@ return data;

{
"name": "iconic",
"version": "0.2.15",
"version": "0.2.16",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "description": "Tools for SVG icons",

@@ -5,2 +5,6 @@ (function () {

window.__GET_ICONIC_ICONS__ = () => {
return { ...ICONS };
};
addStyles();

@@ -7,0 +11,0 @@ createElement();

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