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.6 to 0.0.7

2

index.js

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

if (!str) {
validationError('', 'File is empty or null', 'WARNING', false);
validationError('', 'File is empty or null', 'CI-FE-WARNING', false);
} else {

@@ -105,0 +105,0 @@ checkJShint(JSON.parse(str));

{
"name": "gulp-rb-validate-jshint",
"version": "0.0.6",
"version": "0.0.7",
"description": "Gulp plugin to check .jshintrc according to Web Frontend Guidelines",

@@ -14,3 +14,12 @@ "main": "index.js",

],
"author": "Diana Salsa",
"contributors": [
{
"name": "Diana Salsa",
"email": "fixed-term.Diana.Salsa@de.bosch.com"
},
{
"name": "Luis Amoroso",
"email": "luis.amoroso@de.bosch.com"
}
],
"license": "LicenseRef-LICENSE",

@@ -17,0 +26,0 @@ "dependencies": {

@@ -31,3 +31,3 @@ #Installation

.pipe(rbjshint({
abortOnError: true
exitOnError: true
});

@@ -40,4 +40,4 @@

#### **abortOnError**: Boolean (Default: false)
#### **exitOnError**: Boolean (Default: false)
This will cause the plugin to abort with exit code 1 as soon as an error with obligation level red is found
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