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 6.1.1 to 6.1.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

2021-03-08 v6.1.2
* Update htmlparser2 #141
* Update dependencies
2020-11-11 v6.1.1

@@ -2,0 +6,0 @@ * Update dependencies

4

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

@@ -20,3 +20,3 @@ "license": "ISC",

"dependencies": {
"htmlparser2": "^5.0.1"
"htmlparser2": "^6.0.1"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -227,3 +227,3 @@ <div align="center">

The big feature (and breaking change) in `eslint-plugin-html` v4 is the ability to chose how [scopes
The big feature (and breaking change) in `eslint-plugin-html` v4 is the ability to choose how [scopes
are shared between script tags in the same HTML file](#multiple-scripts-tags-in-a-html-file).

@@ -230,0 +230,0 @@

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