Socket
Socket
Sign inDemoInstall

glslify-bundle

Package Overview
Dependencies
32
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

13

index.js
var glslify = require('glslify-stream')
var deparser = require('glsl-deparser')
var concat = require('concat-stream')
var combine = require('multipipe')
var from = require('new-from')

@@ -65,9 +66,9 @@ var resolve = require('resolve')

outputStream.on('file', pushFile)
.once('error', done)
.pipe(deparser())
.once('error', done)
.pipe(concat(function(data) {
combine(
outputStream.on('file', pushFile)
, deparser()
, concat(function(data) {
check(result[key] = data)
}))
})
).on('error', done)

@@ -74,0 +75,0 @@ if (inputStream) {

{
"name": "glslify-bundle",
"version": "1.0.1",
"version": "1.0.2",
"description": "A wrapper module for bundling glslify scripts using common functionality within the glslify module ecosystem",

@@ -19,2 +19,3 @@ "main": "index.js",

"glslify-stream": "^0.4.1",
"multipipe": "^0.1.1",
"new-from": "0.0.3",

@@ -21,0 +22,0 @@ "once": "^1.3.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc