New:Socket for Asana Is Now Available.Learn more
Get Started

htmljs-parser

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmljs-parser - npm Package Compare versions

Comparing version
5.9.0
to
5.10.0
+1
-1
dist/index.d.ts
import { type ParserOptions, type Range } from "./internal";
export { TagType, ErrorCode, getLines, getLocation, getPosition, type ParserOptions as Handlers, type Position, type Location, type Ranges, type Range, } from "./internal";
export { isValidStatement, isValidAttrValue, Validity, } from "./util/validators";
export { isValidStatement, isValidScriptlet, isValidAttrValue, Validity, } from "./util/validators";
/**

@@ -5,0 +5,0 @@ * Creates a new Marko parser.

@@ -7,2 +7,3 @@ export declare enum Validity {

export declare function isValidStatement(code: string): Validity;
export declare function isValidScriptlet(code: string): Validity;
export declare function isValidAttrValue(code: string, concise: boolean): Validity;
{
"name": "htmljs-parser",
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
"version": "5.9.0",
"version": "5.10.0",
"devDependencies": {

@@ -6,0 +6,0 @@ "@changesets/changelog-github": "^0.5.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display