@markuplint/parser-utils
Advanced tools
Comparing version 4.0.0-dev.10 to 4.0.0-dev.20
@@ -14,4 +14,5 @@ export declare const MASK_CHAR = "\uE000"; | ||
* - U+000C FORM FEED (FF) => `\f` | ||
* - U+000D CARRIAGE RETURN (CR) => `\r` | ||
* - U+0020 SPACE => ` ` | ||
*/ | ||
export declare const defaultSpaces: readonly ["\t", "\n", "\f", " "]; | ||
export declare const defaultSpaces: readonly ["\t", "\n", "\f", "\r", " "]; |
@@ -103,4 +103,5 @@ export const MASK_CHAR = '\uE000'; | ||
* - U+000C FORM FEED (FF) => `\f` | ||
* - U+000D CARRIAGE RETURN (CR) => `\r` | ||
* - U+0020 SPACE => ` ` | ||
*/ | ||
export const defaultSpaces = ['\t', '\n', '\f', ' ']; | ||
export const defaultSpaces = ['\t', '\n', '\f', '\r', ' ']; |
{ | ||
"name": "@markuplint/parser-utils", | ||
"version": "4.0.0-dev.10+b28398ab", | ||
"version": "4.0.0-dev.20+6b35da16", | ||
"description": "Utility module for markuplint parser plugin", | ||
@@ -27,4 +27,4 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/types": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/ml-ast": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/types": "4.0.0-dev.20+6b35da16", | ||
"@types/uuid": "^9.0.7", | ||
@@ -35,3 +35,3 @@ "espree": "^9.6.1", | ||
}, | ||
"gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6" | ||
"gitHead": "6b35da161d94f784953d0adecc2d28502052d92a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
77221
2211