Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@html-eslint/parser

Package Overview
Dependencies
Maintainers
1
Versions
42
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 0.0.2 to 0.0.3

4

lib/parser.js

@@ -17,3 +17,5 @@ /**

parse(code) {
const htmlAST = parse5.parse(code);
const htmlAST = parse5.parse(code, {
sourceCodeLocationInfo: true,
});
return this.astCoverter.convert(htmlAST);

@@ -20,0 +22,0 @@ }

{
"name": "@html-eslint/parser",
"version": "0.0.2",
"version": "0.0.3",
"description": "> TODO: description",

@@ -24,3 +24,3 @@ "author": "yeonjuan",

"scripts": {
"test": "jest --coverage --verbose"
"test": "jest --coverage --verbose --updateSnapshot"
},

@@ -33,3 +33,3 @@ "bugs": {

},
"gitHead": "c1e2ce6817479538c86471103877139b05404d16"
"gitHead": "d1590cbc6732903ea5048ce12c57ef4611e5502e"
}
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