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

simple-icons

Package Overview
Dependencies
Maintainers
3
Versions
338
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-icons - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

5

index.js

@@ -10,3 +10,6 @@ const dataFile = './_data/simple-icons.json';

.replace(/\+/g, "plus")
.replace(/[ .\-!’]/g, '');
.replace(/^\./, "dot-")
.replace(/\.$/, "-dot")
.replace(/\./g, "-dot-")
.replace(/[ !’]/g, '');
i.svg = fs.readFileSync(`${__dirname}/icons/${filename}.svg`, 'utf8');

@@ -13,0 +16,0 @@ icons[i.title] = i

2

package.json
{
"name": "simple-icons",
"version": "1.7.0",
"version": "1.7.1",
"description": "SVG icons for popular brands https://simpleicons.org",

@@ -5,0 +5,0 @@ "homepage": "https://www.simpleicons.org",

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