Socket
Book a DemoInstallSign in
Socket

glslang-validator-prebuilt-predownloaded

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glslang-validator-prebuilt-predownloaded

glslangValidator prebuilt executables

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

glslang-validator-prebuilt-predownloaded

Same as glslang-validator-prebuilt except the binaries are downloaded and included in the package, so as not to require a whole ton of run-time dependencies for an install-time action.

Install

$ npm install glslang-validator-prebuilt-predownloaded

Usage

Returns the path of a glslangValidator binary on the local filesystem.

var validator = require('glslang-validator-prebuilt-predownloaded');
console.log(validator.getPath());
// /Users/foo/node_modules/glslang-validator-prebuilt/bin/darwin/glslangValidator

Note: will throw an exception if on an unknown platform/architecture (new ARM64 Macs, which do not have a binary available)

LICENSE

MIT

FAQs

Package last updated on 17 Feb 2022

Did you know?

Socket

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.

Install

Related posts