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

esbuild-plugin-glsl

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-glsl - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

dist/index.cjs

10

package.json
{
"name": "esbuild-plugin-glsl",
"version": "1.2.0",
"version": "1.2.1",
"description": "A GLSL plugin for esbuild.",

@@ -9,4 +9,4 @@ "homepage": "https://github.com/vanruesc/esbuild-plugin-glsl",

"sideEffects": false,
"main": "dist/esbuild-plugin-glsl.cjs",
"module": "dist/esbuild-plugin-glsl.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",

@@ -16,4 +16,4 @@ "exports": {

"types": "./dist/types/index.d.ts",
"import": "./dist/esbuild-plugin-glsl.js",
"require": "./dist/esbuild-plugin-glsl.cjs"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}

@@ -20,0 +20,0 @@ },

@@ -32,4 +32,6 @@ # esbuild-plugin-glsl

* `minify`: Enables or disables basic shader minification. Default is `false`.
* `resolveIncludes`: When enabled, shaders can include other shaders with the custom `#include "path"` directive. Default is `true`.
| Option | Description | Default |
|--------|-------------|---------|
| minify | Enables or disables basic shader minification. | `false` |
| resolveIncludes | When enabled, shaders can include other shaders with the custom `#include "path"` directive. | `true` |

@@ -36,0 +38,0 @@ ### TypeScript

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