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

vite-svg-2-webfont

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-svg-2-webfont - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

dist/index.js

@@ -104,3 +104,6 @@ // src/index.ts

let generatedFonts;
const generate = async () => {
const generate = async (updateFiles) => {
if (updateFiles) {
processedOptions.files = parseFiles(options);
}
generatedFonts = await webfontGenerator(processedOptions);

@@ -123,3 +126,3 @@ };

if (!isBuild) {
setupWatcher(options.context, ac.signal, generate);
setupWatcher(options.context, ac.signal, () => generate(true));
}

@@ -126,0 +129,0 @@ await generate();

{
"name": "vite-svg-2-webfont",
"version": "0.0.1",
"version": "0.0.2",
"description": "A vite plugin which generates a webfont out of svg icons",

@@ -5,0 +5,0 @@ "type": "module",

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