🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vite-plugin-fonts

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

vite-plugin-fonts - npm Package Compare versions

Comparing version

to
0.2.2

4

dist/index.js

@@ -19,3 +19,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/google-fonts.ts

if (typeof family === "string") {
deferedSpecs.push(encodeURIComponent(family));
deferedSpecs.push(family);
continue;

@@ -34,3 +34,3 @@ }

}
let spec = encodeURIComponent(name);
let spec = name;
if (typeof styles === "string")

@@ -37,0 +37,0 @@ spec += `:${styles}`;

{
"name": "vite-plugin-fonts",
"version": "0.2.1",
"version": "0.2.2",
"description": "Webfont loader for vite",

@@ -5,0 +5,0 @@ "author": "stafyniaksacha",

Sorry, the diff of this file is not supported yet