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.
glsl-resolve
Advanced tools
A wrapper for the "resolve" module that targets GLSL shaders instead of JavaScript
A wrapper for the resolve module that targets GLSL shaders instead of JavaScript.
The API is equivalent to resolve for both resolve.async
and resolve.sync
,
with the following exceptions:
Node's core modules are excluded.
The "main" file for a module is looked for first in a package.json's glslify
property, then if main
isn't a JavaScript file it'll look there too.
Otherwise, it will default to trying index.glsl
.
Listed in order of priority, the following extensions are resolved instead of
.js
and .json
:
.glsl
.vert
.frag
.geom
.vs
.fs
.gs
.vsh
.fsh
.gsh
.vshader
.fshader
.gshader
MIT. See LICENSE.md for details.
FAQs
A wrapper for the "resolve" module that targets GLSL shaders instead of JavaScript
The npm package glsl-resolve receives a total of 198,068 weekly downloads. As such, glsl-resolve popularity was classified as popular.
We found that glsl-resolve 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.