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

@markuplint/parser-utils

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/parser-utils - npm Package Compare versions

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

3

lib/const.d.ts

@@ -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"
}
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