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.42 to 1.0.0-alpha.43

3

lib/required-h1/index.js

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

const h1Stack = [];
if (document.nodeList.length === 0) {
return reports;
}
if (!globalRule.option['in-document-fragment'] && document.isFragment) {

@@ -16,0 +19,0 @@ return reports;

6

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

@@ -25,7 +25,7 @@ "repository": "git@github.com:markuplint/markuplint.git",

"@markuplint/ml-core": "^1.0.0-alpha.30",
"@markuplint/pug-parser": "^1.0.0-alpha.8",
"@markuplint/pug-parser": "^1.0.0-alpha.9",
"@markuplint/vue-parser": "^1.0.0-alpha.17",
"@markuplint/vue-spec": "^1.0.0-alpha.2"
},
"gitHead": "a170f6717c298484ce8747e6ec7d33c305f0cce7"
"gitHead": "16a3d0512e638a8ec8fd83cd8adbdeaf3f424b45"
}

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