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

svgtofont

Package Overview
Dependencies
Maintainers
0
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.0.0 to 6.0.1

2

lib/index.js

@@ -41,3 +41,3 @@ import path from 'path';

if (options.website && pkg.version) {
options.website.version = pkg.version;
options.website.version = options.website.version ?? pkg.version;
}

@@ -44,0 +44,0 @@ }

{
"name": "svgtofont",
"version": "6.0.0",
"version": "6.0.1",
"description": "Converts SVG to TTF/EOT/WOFF/WOFF2/SVG format fonts.",

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

@@ -237,3 +237,3 @@ import path from 'path';

if (options.website && pkg.version) {
options.website.version = pkg.version;
options.website.version = options.website.version ?? pkg.version;
}

@@ -240,0 +240,0 @@ }

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