You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@html-eslint/parser

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@html-eslint/parser - npm Package Compare versions

Comparing version

to
0.41.0-alpha.0

4

lib/parser.js

@@ -14,3 +14,3 @@ /**

* @param {ParserOptions | undefined} parserOptions
* @returns {any}
* @returns {import('eslint').Linter.ESLintParseResult}
*/

@@ -58,4 +58,4 @@ module.exports.parseForESLint = function parseForESLint(code, parserOptions) {

visitorKeys,
scopeManager: null,
scopeManager: undefined,
};
};
{
"name": "@html-eslint/parser",
"version": "0.40.0",
"version": "0.41.0-alpha.0",
"description": "Parser for @html-eslint/eslint-plugin",

@@ -30,10 +30,10 @@ "author": "yeonjuan",

"dependencies": {
"@html-eslint/template-syntax-parser": "^0.40.0",
"@html-eslint/template-syntax-parser": "^0.41.0-alpha.0",
"es-html-parser": "0.2.0"
},
"devDependencies": {
"@html-eslint/types": "^0.40.0",
"typescript": "^5.7.2"
"@html-eslint/types": "^0.41.0-alpha.0",
"typescript": "^5.8.3"
},
"gitHead": "09bafbb13ab3437794e19549f69d60d52c63de73"
"gitHead": "a1d2d99f91d5adc86184ea15151b5c04bd53ea8d"
}

@@ -1,4 +0,4 @@

export function parseForESLint(code: string, parserOptions: ParserOptions | undefined): any;
export function parseForESLint(code: string, parserOptions: ParserOptions | undefined): import("eslint").Linter.ESLintParseResult;
export type ParserOptions = import("./types").ParserOptions;
export type Program = import("eslint").AST.Program;
//# sourceMappingURL=parser.d.ts.map

Sorry, the diff of this file is not supported yet