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 3.1.0 to 3.1.1

3

CHANGELOG.md

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

2017-07-18 v3.1.1
* Fix node 4 support #71 #72
2017-07-11 v3.1.0

@@ -2,0 +5,0 @@ * Remap messages "source" property to fix custom formatters support #69

2

package.json
{
"name": "eslint-plugin-html",
"version": "3.1.0",
"version": "3.1.1",
"description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.",

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

@@ -88,3 +88,3 @@ "use strict"

for (let i = startChunkIndex; i < index; i += 1) {
cdata.push(...chunks[i].cdata)
cdata.push.apply(cdata, chunks[i].cdata)
}

@@ -91,0 +91,0 @@ onChunk({

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