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.5.1 to 1.6.0

4

lib/index.d.ts

@@ -1,2 +0,2 @@

declare const _default: (import("@markuplint/ml-core").MLRule<import("./class-naming").Value, null> | import("@markuplint/ml-core").MLRule<boolean, import("./attr-spacing").AttrSpasingOptions> | import("@markuplint/ml-core").MLRule<boolean, null> | import("@markuplint/ml-core").MLRule<"always", {
declare const _default: (import("@markuplint/ml-core").MLRule<boolean, import("./attr-spacing").AttrSpasingOptions> | import("@markuplint/ml-core").MLRule<boolean, null> | import("@markuplint/ml-core").MLRule<import("./class-naming").Value, null> | import("@markuplint/ml-core").MLRule<"always", {
denyObsolateType: boolean;

@@ -13,3 +13,3 @@ }> | import("@markuplint/ml-core").MLRule<import("./indentation").Value, import("./indentation").IndentationOptions> | import("@markuplint/ml-core").MLRule<true, {

}> | import("@markuplint/ml-core").MLRule<boolean, {
ignoreRoles: ("complementary" | "banner" | "main" | "contentinfo" | "form" | "navigation" | "region")[];
ignoreRoles: ("main" | "complementary" | "banner" | "contentinfo" | "form" | "navigation" | "region")[];
labelEachArea: boolean;

@@ -16,0 +16,0 @@ }> | import("@markuplint/ml-core").MLRule<import("@markuplint/ml-spec").PermittedStructuresSchema[], {

{
"name": "@markuplint/rules",
"version": "1.5.1",
"version": "1.6.0",
"description": "Rules for markuplint",

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

"dependencies": {
"@markuplint/ml-spec": "^1.4.1"
"@markuplint/html-spec": "^1.5.2",
"@markuplint/ml-core": "^1.5.2",
"@markuplint/ml-spec": "^1.4.2"
},
"devDependencies": {
"@markuplint/html-spec": "^1.5.1",
"@markuplint/ml-core": "^1.5.1",
"@markuplint/pug-parser": "^1.0.1-beta.0",
"@markuplint/vue-parser": "^1.0.1-beta.0",
"@markuplint/vue-spec": "^1.0.1-beta.0"
},
"gitHead": "46a4a218a03ff25750386d3d6d7e184bbef8b046"
"gitHead": "b74f154408bb46b20973cba9d36a65042ba5043f"
}

@@ -92,2 +92,2 @@ # @markuplint/rules

Copyright &copy; 2020 markuplint. Under the MIT License.
Copyright &copy; 2021 markuplint. Under the MIT License.

@@ -18,6 +18,6 @@ {

{
"path": "../pug-parser"
"path": "../html-spec"
},
{
"path": "../vue-parser"
"path": "../html-parser"
}

@@ -24,0 +24,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