Socket
Socket
Sign inDemoInstall

gulp-bootlint

Package Overview
Dependencies
132
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.10.1

2

index.js

@@ -35,3 +35,3 @@ /*

var defaultReportFn = function(file, lint, isError, isWarning, errorLocation) {
var lintId = (isError) ? colors.bgred(colors.white(lint.id)) : colors.bgyellow(colors.white(lint.id));
var lintId = (isError) ? colors.bgRed(colors.white(lint.id)) : colors.bgYellow(colors.white(lint.id));
var message = '';

@@ -38,0 +38,0 @@ if (errorLocation) {

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

@@ -39,4 +39,4 @@ "license": "MIT",

"dependencies": {
"ansi-colors": "^1.1.0",
"bootlint": "^0.14.2",
"ansi-colors": "^3.1.0",
"bootlint": "^0.15.1",
"log": "^1.4.0",

@@ -48,6 +48,6 @@ "merge": "^1.2.0",

"devDependencies": {
"eslint": "^4.19.1",
"mocha": "^5.1.1",
"should": "^13.2.1",
"vinyl": "^2.1.0"
"eslint": "^5.6.1",
"mocha": "^5.2.0",
"should": "^13.2.3",
"vinyl": "^2.2.0"
},

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

@@ -11,3 +11,3 @@ # gulp-bootlint

If you are familiar with [gulp](http://gulpjs.com/) just install the plugin from [npm](https://npmjs.org/package/gulp-bootlint) with the following command:
If you are familiar with [gulp](https://gulpjs.com/) just install the plugin from [npm](https://npmjs.org/package/gulp-bootlint) with the following command:

@@ -14,0 +14,0 @@ ```

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