🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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.6

2

package.json
{
"name": "vite-plugin-git-commit-hash",
"version": "1.0.5",
"version": "1.0.6",
"description": "a vite plugin that gets the latest git commit hash",

@@ -5,0 +5,0 @@ "type": "module",

@@ -14,3 +14,3 @@ # vite-plugin-git-commit-hash

1. vite config
1. ### vite config
```typescript

@@ -32,3 +32,3 @@ import { defineConfig } from "vite";

2. in your typescript/javascript
2. ### in your typescript/javascript
```javascript

@@ -43,3 +43,3 @@ /**

3. typescript declaration (optional)
3. ### typescript declaration (optional)
```typescript

@@ -46,0 +46,0 @@ /**