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

markuplint

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markuplint - npm Package Compare versions

Comparing version 4.0.0-dev.10 to 4.0.0-dev.20

2

lib/cli/bootstrap.d.ts
import type { ReadonlyDeep } from 'type-fest';
export declare const help = "\nUsage\n\t$ markuplint <HTML file paths (glob format)>\n\t$ <stdout> | markuplint\n\nOptions\n\t--config, -c FILE_PATH A configuration file path.\n\t--fix, Fix HTML.\n\t--format, -f FORMAT Output format. Support \"JSON\", \"Simple\", \"GitHub\" and \"Standard\". Default: \"Standard\".\n\t--no-search-config No search a configure file automatically.\n\t--ignore-ext Evaluate files that are received even though the type of extension.\n\t--no-import-preset-rules No import preset rules.\n\t--locale Locale of the message of violation. Default is an OS setting.\n\t--no-color, Output no color.\n\t--problem-only, -p Output only problems, without passeds.\n\t--allow-warnings Return status code 0 even if there are warnings.\n\t--allow-empty-input Return status code 1 even if there are no input files.\n\t--verbose Output with detailed information.\n\t--include-node-modules Include files in node_modules directory. Default: false.\n\n\t--init Initialize settings interactively.\n\t--create-rule Add the scaffold of a custom rule.\n\t--search Search lines of codes that include the target element by selectors.\n\n\t--help, -h Show help.\n\t--version, -v Show version.\n\nExamples\n\t$ markuplint verifyee.html --config path/to/.markuplintrc\n\t$ cat verifyee.html | markuplint\n";
export declare const help = "\nUsage\n\t$ markuplint <HTML file paths (glob format)>\n\t$ <stdout> | markuplint\n\nOptions\n\t--config, -c FILE_PATH A configuration file path.\n\t--fix, Fix HTML.\n\t--format, -f FORMAT Output format. Support \"JSON\", \"Simple\", \"GitHub\" and \"Standard\". Default: \"Standard\".\n\t--no-search-config No search a configure file automatically.\n\t--ignore-ext Evaluate files that are received even though the type of extension.\n\t--no-import-preset-rules No import preset rules.\n\t--locale Locale of the message of violation. Default is an OS setting.\n\t--no-color, Output no color.\n\t--problem-only, -p Output only problems, without passeds.\n\t--allow-warnings Return status code 0 even if there are warnings.\n\t--allow-empty-input Return status code 1 even if there are no input files.\n\t--verbose Output with detailed information.\n\t--include-node-modules Include files in node_modules directory. Default: false.\n\n\t--init Initialize settings interactively.\n\t--search Search lines of codes that include the target element by selectors.\n\n\t--help, -h Show help.\n\t--version, -v Show version.\n\nExamples\n\t$ markuplint verifyee.html --config path/to/.markuplintrc\n\t$ cat verifyee.html | markuplint\n";
export declare const cli: import("meow").Result<{

@@ -4,0 +4,0 @@ config: {

@@ -23,3 +23,2 @@ import meow from 'meow';

--init Initialize settings interactively.
--create-rule Add the scaffold of a custom rule.
--search Search lines of codes that include the target element by selectors.

@@ -26,0 +25,0 @@

{
"name": "markuplint",
"version": "4.0.0-dev.10+b28398ab",
"version": "4.0.0-dev.20+6b35da16",
"description": "An HTML linter for all markup developers",

@@ -28,13 +28,13 @@ "author": "Yusuke Hirao",

"dependencies": {
"@markuplint/cli-utils": "4.0.0-dev.3823+b28398ab",
"@markuplint/file-resolver": "4.0.0-dev.10+b28398ab",
"@markuplint/html-parser": "4.0.0-dev.10+b28398ab",
"@markuplint/html-spec": "4.0.0-dev.10+b28398ab",
"@markuplint/i18n": "4.0.0-dev.10+b28398ab",
"@markuplint/ml-ast": "4.0.0-dev.10+b28398ab",
"@markuplint/ml-config": "4.0.0-dev.10+b28398ab",
"@markuplint/ml-core": "4.0.0-dev.10+b28398ab",
"@markuplint/ml-spec": "4.0.0-dev.10+b28398ab",
"@markuplint/rules": "4.0.0-dev.10+b28398ab",
"@markuplint/shared": "4.0.0-dev.10+b28398ab",
"@markuplint/cli-utils": "4.0.0-dev.3937+6b35da16",
"@markuplint/file-resolver": "4.0.0-dev.20+6b35da16",
"@markuplint/html-parser": "4.0.0-dev.20+6b35da16",
"@markuplint/html-spec": "4.0.0-dev.20+6b35da16",
"@markuplint/i18n": "4.0.0-dev.20+6b35da16",
"@markuplint/ml-ast": "4.0.0-dev.20+6b35da16",
"@markuplint/ml-config": "4.0.0-dev.20+6b35da16",
"@markuplint/ml-core": "4.0.0-dev.20+6b35da16",
"@markuplint/ml-spec": "4.0.0-dev.20+6b35da16",
"@markuplint/rules": "4.0.0-dev.20+6b35da16",
"@markuplint/shared": "4.0.0-dev.20+6b35da16",
"@types/debug": "^4.1.12",

@@ -45,3 +45,3 @@ "chokidar": "^3.5.3",

"gray-matter": "^4.0.3",
"meow": "^12.1.1",
"meow": "^13.0.0",
"node-fetch": "^3.3.2",

@@ -53,3 +53,3 @@ "os-locale": "^6.0.2",

},
"gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6"
"gitHead": "6b35da161d94f784953d0adecc2d28502052d92a"
}

@@ -89,3 +89,2 @@ # ![markuplint](https://cdn.jsdelivr.net/gh/markuplint/markuplint@main/media/logo-v.svg)

--init Initialize settings interactively.
--create-rule Add the scaffold of a custom rule.

@@ -130,2 +129,4 @@ --help, -h Show help.

[<img width="36" src="https://avatars.githubusercontent.com/u/802921" alt="Hideyuki Saito" />](https://github.com/hideyukisaito)
[<img width="36" src="https://avatars.githubusercontent.com/u/3056064" alt="tamshow" />](https://github.com/tamshow)
[<img width="36" src="https://avatars.githubusercontent.com/u/91047157" alt="shamokit" />](https://github.com/shamokit)

@@ -132,0 +133,0 @@ ## Thanks

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