Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

metalsmith-icons

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-icons - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

16

lib/index.js

@@ -57,3 +57,3 @@ var Promise = require('bluebird')

debug('Running metalsmith-icons');
// load icon sets

@@ -146,3 +146,3 @@ Object.keys(sets).forEach(function(set){

// add custom icons if we need them
// add custom icons if we need them
if(config.customIcons){

@@ -154,3 +154,3 @@ debug('Adding custom icons');

}
// add these glyphs to the main config.fontello object

@@ -166,3 +166,3 @@ debug('Adding glyphs from "%s" to the Fontello configuration',setName);

// work out if we have a cached version of this icon set

@@ -229,5 +229,5 @@ var cacheFile = false;

}
}

@@ -252,3 +252,3 @@

// build options for request
var fontelloURL = 'http://fontello.com/';
var fontelloURL = 'https://fontello.com/';
var requestData = {

@@ -306,3 +306,3 @@ config : {

})
}

@@ -338,2 +338,2 @@

module.exports = plugin;
module.exports = plugin;
{
"name": "metalsmith-icons",
"version": "0.5.0",
"version": "0.6.0",
"description": "Generate an icon font file just for the icons your site uses, using Fontello",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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