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

vite-plugin-generate-file

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-generate-file - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

47

package.json
{
"name": "vite-plugin-generate-file",
"version": "0.1.1",
"type": "module",
"version": "0.2.0",
"license": "MIT",

@@ -32,2 +33,10 @@ "description": "Generate extra file to dist folder.",

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [

@@ -43,29 +52,31 @@ "dist"

"devDependencies": {
"@antfu/eslint-config": "^0.9.0",
"@antfu/eslint-config": "^2.23.0",
"@antfu/ni": "^0.22.0",
"@antfu/utils": "^0.7.10",
"@types/ejs": "^3.1.0",
"@types/js-yaml": "^4.0.3",
"@types/mime-types": "^2.1.1",
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"@types/node": "^20.14.12",
"bumpp": "^9.4.1",
"eslint": "^9.7.0",
"esno": "^4.7.0",
"rollup-plugin-string": "^3.0.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
"vite": "^5.3.4",
"vitest": "^2.0.3"
},
"packageManager": "pnpm@9.5.0",
"volta": {
"node": "18.20.4"
},
"scripts": {
"build": "unbuild",
"lint": "run-p lint:*",
"lint:eslint": "eslint \"{src,test}/**/*.ts\"",
"lint:prettier": "prettier \"{src,test}/**/*.ts\" --check",
"fix": "run-s fix:*",
"fix:eslint": "yarn lint:eslint --fix",
"fix:prettier": "yarn lint:prettier --write"
"dev": "unbuild --stub",
"lint": "eslint .",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
}
}
# vite-plugin-generate-file
[![npm](https://img.shields.io/npm/dt/vite-plugin-generate-file.svg)](https://www.npmjs.com/package/vite-plugin-generate-file) [![npm](https://img.shields.io/npm/v/vite-plugin-generate-file.svg)](https://www.npmjs.com/package/vite-plugin-generate-file) [![npm](https://img.shields.io/npm/l/vite-plugin-generate-file.svg)](https://www.npmjs.com/package/vite-plugin-generate-file)
**vite-plugin-generate-file** is a vite plugin which generate static file and write them to dist folder after packaging.

@@ -4,0 +6,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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