Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

svgicons2svgfont

Package Overview
Dependencies
15
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

3

package.json
{
"name": "svgicons2svgfont",
"version": "5.0.1",
"version": "5.0.2",
"description": "Read a set of SVG icons and ouput a SVG font",

@@ -55,3 +55,2 @@ "homepage": "https://github.com/nfroidure/svgicons2svgfont",

},
"preferGlobal": "true",
"bin": {

@@ -58,0 +57,0 @@ "svgicons2svgfont": "bin/svgicons2svgfont.js"

@@ -296,3 +296,3 @@ /* eslint no-multi-str:0 */

}
if(fontHeight < 1000) {
if(1000 > fontHeight) {
log('The fontHeight should larger than 1000 or it will be converted ' +

@@ -299,0 +299,0 @@ 'into the wrong shape. Using the "normalize" and "fontHeight"' +

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc