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.7.1 to 0.7.2

15

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

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

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

@@ -43,7 +44,8 @@ },

"merge": "^1.2.0",
"through2": "^2.0.0"
"through2": "^2.0.1"
},
"devDependencies": {
"mocha": "^2.3.4",
"should": "^7.1.1"
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"should": "^8.3.0"
},

@@ -54,3 +56,6 @@ "readmeFilename": "README.md",

},
"homepage": "https://github.com/tschortsch/gulp-bootlint"
"homepage": "https://github.com/tschortsch/gulp-bootlint",
"jshintConfig": {
"node": true
}
}

@@ -122,2 +122,3 @@ # gulp-bootlint

* 2016-04-12 - v0.7.2: Bumped dependency versions
* 2015-11-25 - v0.7.1: Updated Bootlint to v0.14.2

@@ -140,2 +141,2 @@ * 2015-11-16 - v0.7.0: Updated Bootlint to v0.14.1 / Added options to define reporters (thx @chrismbarr) / Bumped dependency versions

Copyright (c) 2015 Jürg Hunziker. Licensed under the MIT License.
Copyright (c) 2016 Jürg Hunziker. Licensed under the MIT License.

Sorry, the diff of this file is not supported yet

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