Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.1.0 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",

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