🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

gulp-comments

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-comments - npm Package Compare versions

Comparing version

to
1.2.0

12

index.js

@@ -25,5 +25,15 @@ var gutil = require('gulp-util');

file.contents = new Buffer(contents);
// Only export non-empty files
if (contents.trim().length > 0) {
return callback(null, file);
}
else {
callback();
}
}
callback(null, file);
else {
callback(null, file);
}
});
};

2

package.json
{
"name": "gulp-comments",
"version": "1.1.0",
"version": "1.2.0",
"description": "Exports all jsdocs-style comments from either .js or .ts files",

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