Socket
Socket
Sign inDemoInstall

glslify

Package Overview
Dependencies
Maintainers
17
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glslify - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

2

bin.js

@@ -99,4 +99,4 @@ #!/usr/bin/env node

if (!argv.output) return process.stdout.write(src)
fs.writeFile(argv.output, src)
fs.writeFileSync(argv.output, src)
}
}
{
"name": "glslify",
"version": "6.1.0",
"version": "6.1.1",
"description": "A node.js-style module system for GLSL!",

@@ -33,3 +33,3 @@ "main": "index.js",

"stack-trace": "0.0.9",
"static-eval": "^1.1.1",
"static-eval": "^2.0.0",
"tape": "^4.6.0",

@@ -36,0 +36,0 @@ "through2": "^2.0.1",

@@ -62,3 +62,3 @@ # glslify [![stability][0]][1]

### var src = `glsl\`shader source...\``
### var src = glsl\`shader source...\`

@@ -65,0 +65,0 @@ Compile a shader inline using `glsl` as a

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