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

@markuplint/rules

Package Overview
Dependencies
Maintainers
1
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/rules - npm Package Compare versions

Comparing version 1.0.0-alpha.21 to 1.0.0-alpha.22

3

lib/deprecated-attr/index.js

@@ -61,2 +61,5 @@ "use strict";

spec = ml_spec_1.getSpecByTagName(element.nodeName, html_ls_1.default);
if (!spec) {
return [2 /*return*/];
}
_loop_1 = function (attr) {

@@ -63,0 +66,0 @@ var name_1 = attr.name.raw.toLowerCase();

10

package.json
{
"name": "@markuplint/rules",
"version": "1.0.0-alpha.21",
"version": "1.0.0-alpha.22",
"description": "Rules for markuplint",

@@ -20,9 +20,9 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/html-ls": "^1.0.0-alpha.13",
"@markuplint/ml-spec": "^1.0.0-alpha.5"
"@markuplint/html-ls": "^1.0.0-alpha.14",
"@markuplint/ml-spec": "^1.0.0-alpha.6"
},
"devDependencies": {
"@markuplint/ml-core": "^1.0.0-alpha.16"
"@markuplint/ml-core": "^1.0.0-alpha.17"
},
"gitHead": "6020a21a51d464113721151a7324116a211e24d7"
"gitHead": "465ee42717d5f9007358c116f09398a2b08cf73e"
}

@@ -33,3 +33,3 @@ # @markuplint/rules

| 🚧 | 🚧 | 🚧 | [labeling-controls](./src/labeling-controls/) |
| 🚧 | 🚧 | 🚧 | [landmark-roles](./src/landmark-roles/) |
| ✅ | ✅ | ✅ | [landmark-roles](./src/landmark-roles/) |
| ✅ | ✅ | ✅ | [required-h1](./src/required-h1/) |

@@ -36,0 +36,0 @@

Sorry, the diff of this file is not supported yet

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