You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vite-plugin-git-commit-hash

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-git-commit-hash - npm Package Compare versions

Comparing version

to
1.0.1

.editorconfig

17

package.json
{
"name": "vite-plugin-git-commit-hash",
"version": "1.0.0",
"version": "1.0.1",
"description": "a vite plugin that gets the latest git commit hash",
"type": "module",
"main": "index.js",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"keywords": [

@@ -14,5 +15,15 @@ "vite",

"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.19",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.3"
},
"peerDependencies": {
"vite": "^5.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsup",
"dev": "tsup --watch"
}
}
src/index.js