Socket
Socket
Sign inDemoInstall

@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.9.0-alpha.0 to 0.9.0

7

lib/postprocessor/postprocessor.js

@@ -15,2 +15,3 @@ const {

this.skipCommonProcess = false;
this.programNode = null;
}

@@ -55,2 +56,3 @@

node.end = locNode.end;
this.programNode = node;
}

@@ -69,2 +71,4 @@

node.endTag = createCommentEndTag(node);
node.value = node.data;
delete node.data;
node.lineNodes = createLines(

@@ -83,4 +87,5 @@ {

},
node.data
node.value
);
this.programNode.comments.push(node);
}

@@ -87,0 +92,0 @@

4

package.json
{
"name": "@html-eslint/parser",
"version": "0.9.0-alpha.0",
"version": "0.9.0",
"description": "Parser for @html-eslint/eslint-plugin",

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

},
"gitHead": "442c5d402ce891b088b1548fe8a27fe9fadc91c3"
"gitHead": "de0392bdeaa65e976f584fd86e60a8589316b018"
}
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