New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@html-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@html-eslint/eslint-plugin - npm Package Compare versions

Comparing version 0.28.0-alpha.3 to 0.28.0

2

lib/rules/no-multiple-empty-lines.js

@@ -139,3 +139,3 @@ /**

// @ts-ignore
node.quasi.loc.start.line,
node.loc.start.line,
getTemplateTokens(tokens)

@@ -142,0 +142,0 @@ );

@@ -56,3 +56,3 @@ /**

function isRangesOverlap(rangeA, rangeB) {
return rangeA[0] < rangeB[1] && rangeB[0] < rangeB[1];
return rangeA[0] < rangeB[1] && rangeB[0] < rangeA[1];
}

@@ -59,0 +59,0 @@

{
"name": "@html-eslint/eslint-plugin",
"version": "0.28.0-alpha.3",
"version": "0.28.0",
"description": "ESLint plugin for html",

@@ -48,6 +48,6 @@ "author": "yeonjuan",

"dependencies": {
"@html-eslint/template-parser": "^0.28.0-alpha.3"
"@html-eslint/template-parser": "^0.28.0"
},
"devDependencies": {
"@html-eslint/parser": "^0.28.0-alpha.3",
"@html-eslint/parser": "^0.28.0",
"@html-eslint/template-parser": "^0.27.0",

@@ -60,3 +60,3 @@ "@types/eslint": "^9.6.1",

},
"gitHead": "f94af0cb0051ad0fee168721e1be457dc7475535"
"gitHead": "23e267ca3941b67f73b7a5751bdd24d2e8dbdfc8"
}
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