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

gulp-rb-validate-jshint

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-rb-validate-jshint - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

10

index.js

@@ -55,3 +55,3 @@ /*jslint node: true */

if (abort) {
gutil.log('[' + guideline + '] ' + gutil.colors.white(tag + ": ") + gutil.colors.red(mistake));
gutil.log('[' + guideline + '] ' + gutil.colors.white(tag + ": ") + gutil.colors.red(mistake) + " [FAIL]");
errorBreak = true;

@@ -100,4 +100,10 @@ } else {

checkJShint(JSON.parse(str));
error = false;
if (!str) {
validationError('', 'File is empty or null', 'WARNING', false);
} else {
checkJShint(JSON.parse(str));
}
if (error) {

@@ -104,0 +110,0 @@ gutil.log(gutil.colors.cyan("File: " + file.path));

2

package.json
{
"name": "gulp-rb-validate-jshint",
"version": "0.0.2",
"version": "0.0.3",
"description": "Gulp plugin to check .jshintrc according to web frontend guidelines",

@@ -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