Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
esbuild-plugin-glsl
Advanced tools
A GLSL plugin for esbuild that adds support for .frag
, .vert
and .glsl
file imports with optional shader code minification.
npm install esbuild-plugin-glsl
import { build } from "esbuild";
import glsl from "esbuild-plugin-glsl";
build({
entryPoints: ["input.js"],
outfile: "output.js",
bundle: true,
plugins: [glsl({
minify: true
})]
}).catch(() => process.exit(1));
Use the issue tracker to propose and discuss changes. Maintain the existing coding style. Lint and test your code.
FAQs
A GLSL plugin for esbuild.
The npm package esbuild-plugin-glsl receives a total of 487 weekly downloads. As such, esbuild-plugin-glsl popularity was classified as not popular.
We found that esbuild-plugin-glsl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.