Socket
Socket
Sign inDemoInstall

glslify

Package Overview
Dependencies
Maintainers
7
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 2.2.1 to 2.3.0

7

bin.js

@@ -18,2 +18,3 @@ #!/usr/bin/env node

o: 'output',
v: 'version',
h: 'help'

@@ -24,3 +25,7 @@ }

var input = ''
if (argv.version) {
const version = require('./package.json').version
process.stdout.write('v' + version)
process.exit(0)
}
if (argv.help) return help()

@@ -27,0 +32,0 @@ if (!argv._.length && process.stdin.isTTY) return help()

2

package.json
{
"name": "glslify",
"version": "2.2.1",
"version": "2.3.0",
"description": "A node.js-style module system for GLSL!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,2 +12,3 @@

-o, --output Specify an output file to write your shader to.
-v, --version Output version number
-h, --help Display this message.

@@ -14,0 +15,0 @@

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