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 4.0.4 to 4.0.5

3

CHANGELOG.md

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

2018-06-20 v4.0.5
* Fix typo regression from v4.0.4
2018-06-20 v4.0.4

@@ -2,0 +5,0 @@ * Request detailed informations when ESLint is not found

2

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

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

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

if (found) {
if (!found) {
let eslintPath, eslintVersion

@@ -68,0 +68,0 @@ try {

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