Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/config-presets

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/config-presets - npm Package Compare versions

Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1

6

package.json
{
"name": "@markuplint/config-presets",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "markuplint config presets",

@@ -17,6 +17,6 @@ "repository": "git@github.com:markuplint/markuplint.git",

"glob": "^8.0.3",
"jsonc-parser": "^3.0.0",
"jsonc-parser": "^3.2.0",
"mustache": "^4.2.0"
},
"gitHead": "d32c522e016888e20bcbb5f09352c006b964f193"
"gitHead": "56de89456146a06777eb5b6d4e8ba456147dd18b"
}

@@ -13,3 +13,3 @@ # @markuplint/config-presets

{
"exnteds": ["markuplint:recommended"]
"extends": ["markuplint:recommended"]
}

@@ -22,3 +22,3 @@ ```

{
"exnteds": ["markuplint:html-standard", "markuplint:a11y"]
"extends": ["markuplint:html-standard", "markuplint:a11y"]
}

@@ -63,3 +63,3 @@ ```

Allow `property` attr with `<meta>`|Be able to use **Open-Graph** etc.|✅|✅|✅|✅|✅|❌|❌|❌|❌|✅|❌|
No hard coding **ID**|The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document. Recommend to specify dynamic IDs to avoid doing that.|❌|✅|✅|❌|✅|❌|❌|❌|❌|❌|❌|
No hard coding **ID**|The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document. Recommend to specify dynamic IDs to avoid doing that.|❌|✅|✅|❌|✅|❌|❌|❌|❌|❌|❌|
No omit **end-tag**|Recommend to write an end-tag always because it is too difficult for a human decide an element is end-tag omittable.|❌|❌|❌|✅|❌|❌|❌|❌|❌|❌|❌|

@@ -66,0 +66,0 @@ Require `noreferrer` with `target=_blank`|Require `rel=noreferrer` with an element that has `target=_blank` to prevent leaking referrer information and to block operating referrer documents.|✅|✅|✅|✅|✅|❌|❌|❌|❌|❌|✅|

@@ -14,3 +14,3 @@ {

*
* The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document.
* The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document.
* Recommend to specify dynamic IDs to avoid doing that.

@@ -17,0 +17,0 @@ */

@@ -14,3 +14,3 @@ {

*
* The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document.
* The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document.
* Recommend to specify dynamic IDs to avoid doing that.

@@ -17,0 +17,0 @@ */

@@ -14,3 +14,3 @@ {

*
* The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document.
* The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document.
* Recommend to specify dynamic IDs to avoid doing that.

@@ -17,0 +17,0 @@ */

@@ -13,3 +13,3 @@ # @markuplint/config-presets

{
"exnteds": ["markuplint:recommended"]
"extends": ["markuplint:recommended"]
}

@@ -22,3 +22,3 @@ ```

{
"exnteds": ["markuplint:html-standard", "markuplint:a11y"]
"extends": ["markuplint:html-standard", "markuplint:a11y"]
}

@@ -25,0 +25,0 @@ ```

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