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

vite-plugin-auto-zip

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-auto-zip - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

index.js

@@ -53,4 +53,5 @@ const plugin = function(){

const path = require('path')
const realPath = path.resolve(__dirname,'../../dist')
const name = 'dist.'+process.env.NODE_ENV+'.zip'
makeZip(path.resolve(__dirname,'./dist'),name)
makeZip(realPath,name)
}

@@ -57,0 +58,0 @@ }

{
"name": "vite-plugin-auto-zip",
"version": "1.0.1",
"version": "1.0.2",
"description": "provide a vite plugin then zip your file after compile done",

@@ -5,0 +5,0 @@ "main": "index.js",

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