Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

vite-plugin-esi

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-esi - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+5
-2
package.json
{
"name": "vite-plugin-esi",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",

@@ -27,2 +29,3 @@ "repository": {

"ts-jest": "29.1.2",
"tsup": "8.0.2",
"vite": "5.2.10"

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

"scripts": {
"build": "tsc",
"build": "tsup",
"test": "jest",

@@ -37,0 +40,0 @@ "lint:ci": "biome ci src --changed"