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

gulp-htmlhint

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-htmlhint - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

index.js

@@ -59,3 +59,3 @@ const fs = require('fs');

options = {
htmlhintrc: './' + options
htmlhintrc: options
};

@@ -62,0 +62,0 @@ }

{
"name": "gulp-htmlhint",
"version": "4.0.0",
"version": "4.0.1",
"description": "A plugin for Gulp",

@@ -36,3 +36,3 @@ "keywords": [

"htmlhint-stylish": "^1.0.3",
"mocha": "^6.2.2",
"mocha": "^8.4.0",
"nyc": "^14.1.1",

@@ -39,0 +39,0 @@ "should": "^13.2.3",

@@ -169,3 +169,3 @@ /* eslint-env node, mocha */

const stream = htmlhint('test/htmlhintrc.json');
const stream = htmlhint('./test/htmlhintrc.json');
stream.on('data', newFile => {

@@ -172,0 +172,0 @@ ++a;

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