Socket
Socket
Sign inDemoInstall

vite-plugin-utils

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-utils - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

function/index.js

@@ -56,3 +56,3 @@ import fs from 'node:fs';

}
if (!relative.startsWith('.')) {
if (!relative.startsWith('./') || !relative.startsWith('.\\')) {
return './' + relative;

@@ -59,0 +59,0 @@ }

@@ -65,3 +65,3 @@ import fs from 'node:fs'

}
if (!relative.startsWith('.')) {
if (!relative.startsWith('./') || !relative.startsWith('.\\')) {
return './' + relative

@@ -68,0 +68,0 @@ }

{
"name": "vite-plugin-utils",
"description": "A collection of opinionated Vite plugin utils",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",

@@ -6,0 +6,0 @@ "main": "",

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