Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-process-file-log

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-process-file-log - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

12

index.js

@@ -6,2 +6,3 @@ var through = require('through2');

var path = require('path');
var manifest = [];

@@ -11,3 +12,2 @@ module.exports = function (logFile, basenamePrefix) {

basenamePrefix = basenamePrefix || '';
var manifest = [];

@@ -26,9 +26,7 @@ return through.obj(

manifest.push(asset);
cb(null, file);
return;
}
cb();
cb(null, file);
},
function (cb) {

@@ -42,4 +40,6 @@ if (!fileExists(path.dirname(logFile))) {

});
cb();
}
);
);
};
{
"name": "gulp-process-file-log",
"version": "1.1.4",
"version": "1.1.5",
"description": "",

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

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