Socket
Socket
Sign inDemoInstall

gulp-bootlint

Package Overview
Dependencies
149
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

2

index.js

@@ -36,3 +36,3 @@ /*

var lintId = (isError) ? gutil.colors.bgRed.white(lint.id) : gutil.colors.bgYellow.white(lint.id);
var message = "";
var message = '';
if (errorLocation) {

@@ -39,0 +39,0 @@ message = file.path + ':' + (errorLocation.line + 1) + ':' + (errorLocation.column + 1) + ' ' + lintId + ' ' + lint.message;

{
"name": "gulp-bootlint",
"version": "0.8.0",
"version": "0.8.1",
"description": "A gulp wrapper for Bootlint, the HTML linter for Bootstrap projects",

@@ -22,3 +22,3 @@ "license": "MIT",

"scripts": {
"pretest": "jshint *.js test/*.js",
"pretest": "./node_modules/.bin/eslint *.js test/*.js",
"test": "mocha"

@@ -41,11 +41,11 @@ },

"bootlint": "^0.14.2",
"gulp-util": "^3.0.7",
"gulp-util": "^3.0.8",
"log": "^1.4.0",
"merge": "^1.2.0",
"through2": "^2.0.1"
"through2": "^2.0.3"
},
"devDependencies": {
"jshint": "^2.9.2",
"mocha": "^2.5.1",
"should": "^8.4.0"
"eslint": "^3.14.1",
"mocha": "^3.2.0",
"should": "^11.2.0"
},

@@ -52,0 +52,0 @@ "readmeFilename": "README.md",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc