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 1.0.0-alpha.4 to 1.0.0-alpha.5

14

lib/index.d.ts

@@ -64,10 +64,10 @@ export interface MLToken {

export interface MLASTAttr extends MLToken {
spacesBeforeName: MLToken;
name: MLToken;
beforeSpaces: MLToken;
spacesBeforeEqual: MLToken | null;
equal: MLToken | null;
spacesAfterEqual: MLToken | null;
tokenBeforeValue: MLToken | null;
value: MLToken | null;
tokenAfterValue: MLToken | null;
spacesBeforeEqual: MLToken;
equal: MLToken;
spacesAfterEqual: MLToken;
startQuote: MLToken;
value: MLToken;
endQuote: MLToken;
isInvalid: boolean;

@@ -74,0 +74,0 @@ }

{
"name": "@markuplint/ml-ast",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "The markuplint AST types.",

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

},
"gitHead": "a0579c5cf64e6b8a4506b3d398f4e6be5c674706"
"gitHead": "f5aac1a89a1de8e937caf49a23244e72638c6ca1"
}

@@ -26,8 +26,4 @@ # @markuplint/ml-ast

***
---
Copyright © 2019 markuplint. Unter the MIT License.

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