Socket
Socket
Sign inDemoInstall

gulp-bootlint

Package Overview
Dependencies
86
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

17

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

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

"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -23,3 +23,2 @@ "files": [

"scripts": {
"pretest": "npm run lint",
"lint": "eslint *.js test/*.js",

@@ -46,12 +45,12 @@ "test": "mocha"

"log-node": "^7.0.0",
"merge": "^1.2.1",
"merge": "^2.1.1",
"plugin-error": "^1.0.1",
"through2": "^3.0.1"
"through2": "^4.0.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-gulp": "^4.0.0",
"mocha": "^7.1.2",
"eslint": "^7.26.0",
"eslint-config-gulp": "^5.0.1",
"mocha": "^8.4.0",
"should": "^13.2.3",
"vinyl": "^2.2.0"
"vinyl": "^2.2.1"
},

@@ -58,0 +57,0 @@ "readmeFilename": "README.md",

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

* Node.js >= 8.x
* Node.js >= 10.x

@@ -143,2 +143,16 @@ ## First steps

* 2021-05-10 - v1.1.1
* **Dropped support for Node.js versions < 10**
* Updated `merge` package to v2.1.1
* Updated `through2` package to v4.0.2
* Bumped dependency versions:
* Updated `eslint` package to v7.26.0
* Updated `eslint-config-gulp` package to v5.0.1
* Updated `mocha` package to v8.4.0
* Updated `vinyl` package to v2.2.1
* 2020-05-07 - v1.1.0
* Updated `bootlint` to v1.1.0
* Bumped other dependency versions:
* Updated `eslint-config-gulp` package to v4.0.0
* Updated `mocha` package to v7.1.2
* 2019-12-12 - v1.0.0

@@ -151,3 +165,3 @@ * Updated `bootlint` to v1.0.0

* 2019-06-26 - v0.11.0
* **Dropped support for Node.js versions <= 7**
* **Dropped support for Node.js versions < 8**
* Updated Bootlint to v0.16.6

@@ -154,0 +168,0 @@ * Bumped dependency versions

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