🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@marko/language-tools

Package Overview
Dependencies
Maintainers
7
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/language-tools - npm Package Compare versions

Comparing version
2.5.63
to
2.5.64
+2
-2
dist/parser.d.ts

@@ -46,3 +46,3 @@ import { type Range, type Ranges, TagType } from "htmljs-parser";

nameText: "if" | "else" | "else-if" | "for" | "while";
bodyType: TagType.html;
bodyType: typeof TagType.html;
};

@@ -91,3 +91,3 @@ type ChildNode = Tag | AttrTag | Text | Doctype | Declaration | CDATA | Placeholder | Scriptlet;

nameText: string;
bodyType: TagType.html;
bodyType: typeof TagType.html;
name: OpenTagName;

@@ -94,0 +94,0 @@ var: TagVar | undefined;

{
"name": "@marko/language-tools",
"version": "2.5.63",
"version": "2.5.64",
"description": "Marko Language Tools",

@@ -40,4 +40,4 @@ "keywords": [

"@luxass/strip-json-comments": "^1.4.0",
"@marko/compiler": "^5.39.63",
"htmljs-parser": "^5.10.2",
"@marko/compiler": "^5.39.66",
"htmljs-parser": "^5.11.0",
"relative-import-path": "^1.0.0"

@@ -48,6 +48,6 @@ },

"@typescript/vfs": "^1.6.4",
"marko": "^5.38.36",
"marko": "^5.39.11",
"mitata": "^1.0.34",
"tsx": "^4.21.0"
"tsx": "^4.22.4"
}
}