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
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.0.3 to 0.0.4

4

lib/rules/require-lang.js

@@ -33,3 +33,3 @@ const IOS_639_1 = require('../constants/iso_639_1');

context.report({
node,
node: node.startTag,
messageId: MESSAGE_IDS.MISSING_LANG

@@ -39,3 +39,3 @@ });

context.report({
node,
node: node.startTag,
messageId: MESSAGE_IDS.INVALID_LANG

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

{
"name": "@html-eslint/eslint-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "> TODO: description",

@@ -30,5 +30,5 @@ "author": "yeonjuan",

"devDependencies": {
"@html-eslint/parser": "^0.0.3"
"@html-eslint/parser": "^0.0.4"
},
"gitHead": "d1590cbc6732903ea5048ce12c57ef4611e5502e"
"gitHead": "9e2b5aca74ef2b3a347d09b2bc0f06d8d2cc4050"
}
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