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

gulp-bootlint

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-bootlint - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

4

package.json
{
"name": "gulp-bootlint",
"version": "0.7.0",
"version": "0.7.1",
"description": "A gulp wrapper for Bootlint, the HTML linter for Bootstrap projects",

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

"dependencies": {
"bootlint": "^0.14.1",
"bootlint": "^0.14.2",
"gulp-util": "^3.0.7",

@@ -41,0 +41,0 @@ "log": "^1.4.0",

@@ -51,4 +51,4 @@ # gulp-bootlint

* Type: `String`
* Default: `error`
* Options: `emergency`, `alert`, `critical`, `error`, `warning`, `notice`, `info`, `debug`
* Default: `'error'`
* Options: `'emergency'`, `'alert'`, `'critical'`, `'error'`, `'warning'`, `'notice'`, `'info'`, `'debug'`

@@ -59,3 +59,3 @@ Defines which log messages should be printed to `stdout`.

* Type: `Array`
* Type: `String[]`
* Default: `[]`

@@ -100,3 +100,3 @@

stoponwarning: true,
loglevel: debug,
loglevel: 'debug',
disabledIds: ['W009', 'E007'],

@@ -108,3 +108,3 @@ reportFn: function(file, lint, isError, isWarning, errorLocation) {

} else {
message += file.path + ': ' + lintId + ' ' + lint.message;
message += file.path + ': ' + lint.id + ' ' + lint.message;
}

@@ -126,2 +126,3 @@ console.log(message);

* 2015-11-25 - v0.7.1: Updated Bootlint to v0.14.2
* 2015-11-16 - v0.7.0: Updated Bootlint to v0.14.1 / Added options to define reporters (thx @chrismbarr) / Bumped dependency versions

@@ -128,0 +129,0 @@ * 2015-07-28 - v0.6.4: Bumped dependency versions

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