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

vite-plugin-minify

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-minify - npm Package Compare versions

Comparing version 1.0.0 to 1.1.1

dist/index.d.ts

16

package.json
{
"name": "vite-plugin-minify",
"version": "1.0.0",
"version": "1.1.1",
"description": "minify html in production",
"main": "index.js",
"types": "index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -d",
"watch": "tsc -w"
"build": "tsup"
},

@@ -26,3 +26,4 @@ "author": "zhuweiyou <i@zhuweiyou.com>",

"dependencies": {
"html-minifier-terser": "^6.1.0"
"html-minifier-terser": "^6.1.0",
"vite": "^2.8.6"
},

@@ -32,5 +33,4 @@ "devDependencies": {

"@types/node": "^17.0.23",
"typescript": "^4.6.3",
"vite": "^2.8.6"
"tsup": "^5.12.6"
}
}
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"lib": ["esnext", "dom"]
}
"lib": ["ESNext"],
"allowSyntheticDefaultImports": true
},
"include": ["src"]
}
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