Socket
Socket
Sign inDemoInstall

eslint-plugin-html

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-html - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

3

CHANGELOG.md

@@ -0,1 +1,4 @@

2016-11-05 v1.6.0
* Patch all loaded eslint packages #28
2016-10-23 v1.5.5

@@ -2,0 +5,0 @@ * Fix typo in handlebars extension #36

2

package.json
{
"name": "eslint-plugin-html",
"version": "1.6.0",
"version": "1.7.0",
"description": "An ESLint plugin to extract and lint scripts from HTML files.",

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -90,3 +90,3 @@ "use strict";

resultCode += newLines.map(function (newLine) {
return "//eslint-disable-line spaced-comment" + newLine
return "//eslint-disable-line" + newLine
}).join("");

@@ -93,0 +93,0 @@ lineNumber += newLines.length;

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