Socket
Socket
Sign inDemoInstall

glslify

Package Overview
Dependencies
Maintainers
19
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 7.0.0 to 7.1.0

0

bin.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ module.exports = function(strings) {

@@ -0,0 +0,0 @@ var glslifyBundle = require('glslify-bundle')

@@ -0,0 +0,0 @@ The MIT License (MIT)

10

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

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

"dependencies": {
"bl": "^1.0.0",
"bl": "^1.0.1",
"concat-stream": "^1.5.2",

@@ -31,6 +31,6 @@ "duplexify": "^3.4.5",

"glslify-deps": "^1.2.5",
"minimist": "^1.2.0",
"minimist": "^1.2.5",
"resolve": "^1.1.5",
"stack-trace": "0.0.9",
"static-eval": "^2.0.0",
"static-eval": "^2.0.5",
"through2": "^2.0.1",

@@ -46,3 +46,3 @@ "xtend": "^4.0.0"

"glslify-hex": "^2.0.1",
"shell-quote": "^1.4.3",
"shell-quote": "^1.6.1",
"tap-spec": "^2.2.1",

@@ -49,0 +49,0 @@ "tape": "^4.6.0",

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

@@ -89,2 +89,6 @@ var falafel = require('falafel')

callexpr(p, done)
} else if (p.type === 'AssignmentExpression') {
// case: var glvar;
// glvar = require('glslify')
glvar = p.left.name
} else if (p.type === 'VariableDeclarator') {

@@ -91,0 +95,0 @@ // case: var glvar = require('glslify')

@@ -0,0 +0,0 @@

Sorry, the diff of this file is not supported yet

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