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

@markuplint/ml-ast

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-ast - npm Package Compare versions

Comparing version

to
2.0.0-rc.5

1

lib/types.d.ts

@@ -106,2 +106,3 @@ export interface MLToken {

parse(sourceCode: string, offsetOffset?: number, offsetLine?: number, offsetColumn?: number, ignoreFrontMatter?: boolean): MLASTDocument;
tagNameCaseSensitive?: boolean;
}

@@ -108,0 +109,0 @@ export declare type Parse = MLMarkupLanguageParser['parse'];

4

package.json
{
"name": "@markuplint/ml-ast",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.5",
"description": "The markuplint AST types.",

@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "fd98dfe75d24c63190f0fd578ef2633ff638e6ab"
"gitHead": "6faa4e54f16d3700d23953330abea89ccb9d6150"
}

Sorry, the diff of this file is not supported yet