🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vite-plugin-glsl

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-glsl - npm Package Compare versions

Comparing version

to
1.4.1

2

package.json

@@ -9,3 +9,3 @@ {

"main": "./src/index.js",
"version": "1.4.0",
"version": "1.4.1",
"private": false,

@@ -12,0 +12,0 @@ "license": "MIT",

import type { PluginOptions } from './types.d';
import type { Plugin } from 'vite';
export type { PluginOptions };

@@ -4,0 +5,0 @@ /**

@@ -5,3 +5,3 @@ /**

* @description Import, inline (and minify) GLSL/WGSL shader files
* @version 1.4.0
* @version 1.4.1
* @license MIT

@@ -8,0 +8,0 @@ */