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.24.0 to 0.24.1

lib/meta.js

7

lib/index.js
const { parseForESLint } = require("./parser");
const meta = require("./meta");
const { NODE_TYPES } = require("./node-types");

@@ -6,1 +7,7 @@

module.exports.NODE_TYPES = NODE_TYPES;
module.exports = {
parseForESLint,
NODE_TYPES,
meta,
};

6

package.json
{
"name": "@html-eslint/parser",
"version": "0.24.0",
"version": "0.24.1",
"description": "Parser for @html-eslint/eslint-plugin",

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

"main": "lib/index.js",
"types": "types/index.d.ts",
"types": "types/lib/index.d.ts",
"directories": {

@@ -44,3 +44,3 @@ "lib": "lib",

},
"gitHead": "1e0611bef4b126819ae09ae9ec28b8808f524bd8"
"gitHead": "c9095f0738fea1688099937ebc0a93b1a26b7da9"
}
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