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.10.1
to
5.10.2
+1
-0
dist/util/util.d.ts
import { CODE, type Parser } from "../internal";
import { type Location, type Position } from "./constants";
export declare function isWhitespaceCode(code: number): boolean;
export declare function isLineCode(code: number): boolean;
export declare function isIndentCode(code: number): code is CODE.SPACE | CODE.TAB;

@@ -5,0 +6,0 @@ /**

+1
-1
{
"name": "htmljs-parser",
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
"version": "5.10.1",
"version": "5.10.2",
"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