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
1
Versions
71
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.6.1 to 0.6.2

7

lib/rules/no-obsolete-tags.js

@@ -13,3 +13,3 @@ const { RULE_CATEGORY, NODE_TYPES } = require("../constants");

docs: {
description: "Disallow to use obsolte elements in HTML5",
description: "Disallow to use obsolete elements in HTML5",
category: RULE_CATEGORY.BEST_PRACTICE,

@@ -22,3 +22,3 @@ recommended: true,

messages: {
[MESSAGE_IDS.UNEXPECTED]: "unexpected use an oblsolute tag <{{tag}}>",
[MESSAGE_IDS.UNEXPECTED]: "Unexpected use of obsolete tag <{{tag}}>",
},

@@ -37,2 +37,5 @@ },

node,
data: {
tag: node.tagName,
},
messageId: MESSAGE_IDS.UNEXPECTED,

@@ -39,0 +42,0 @@ });

{
"name": "@html-eslint/eslint-plugin",
"version": "0.6.1",
"version": "0.6.2",
"description": "ESLint plugin for html",

@@ -44,3 +44,3 @@ "author": "yeonjuan",

},
"gitHead": "373375254f7f8f1232fe9ae1ef0469444deb64dd"
"gitHead": "60634b62d31d7b7c96b2122b9281b1d8ad55c888"
}
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