Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0-rc.5 to 2.0.0-rc.6

6

lib/types.d.ts

@@ -102,3 +102,3 @@ export interface MLToken {

isFragment: boolean;
parseError?: string;
unkownParseError?: string;
}

@@ -108,2 +108,6 @@ export interface MLMarkupLanguageParser {

tagNameCaseSensitive?: boolean;
/**
* @default "omittable"
*/
endTag?: 'xml' | 'omittable' | 'never';
}

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

4

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

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

},
"gitHead": "6faa4e54f16d3700d23953330abea89ccb9d6150"
"gitHead": "7c93367a86f935f6b94780b1fa14f3293f900b87"
}

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