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.3 to 0.0.4

6

lib/ast-converter/node-converter.js

@@ -16,2 +16,8 @@ const utils = require("./utils");

...utils.toESLocation(sourceCodeLocation, childNodes),
startTag: (sourceCodeLocation && sourceCodeLocation.startTag) ? {
...utils.toESLocation(sourceCodeLocation.startTag),
} : null,
endTag: (sourceCodeLocation && sourceCodeLocation.endTag) ? {
...utils.toESLocation(sourceCodeLocation.endTag),
}: null,
...(type === "Program"

@@ -18,0 +24,0 @@ ? {

4

package.json
{
"name": "@html-eslint/parser",
"version": "0.0.3",
"version": "0.0.4",
"description": "> TODO: description",

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

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