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

svgtofont

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svgtofont - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

4

lib/index.js

@@ -133,2 +133,6 @@ import path from 'path';

}
const svgPath = path.join(options.dist, options.fontName + ".svg");
if (excludeFormat.includes('svg')) {
fs.removeSync(svgPath);
}
if (options.css) {

@@ -135,0 +139,0 @@ const styleTemplatePath = options.styleTemplates || path.resolve(__dirname, 'styles');

2

package.json
{
"name": "svgtofont",
"version": "6.1.0",
"version": "6.1.1",
"description": "Converts SVG to TTF/EOT/WOFF/WOFF2/SVG format fonts.",

@@ -5,0 +5,0 @@ "homepage": "https://jaywcjlove.github.io/svgtofont/",

@@ -335,2 +335,6 @@ import path from 'path';

}
const svgPath = path.join(options.dist, options.fontName + ".svg");
if (excludeFormat.includes('svg')) {
fs.removeSync(svgPath)
}

@@ -337,0 +341,0 @@ if (options.css) {

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