Socket
Socket
Sign inDemoInstall

hermes-eslint

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermes-eslint - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

1

dist/HermesESLintVisitorKeys.js

@@ -136,2 +136,3 @@ /**

VISITOR_KEYS['GenericTypeAnnotation'] = ['id', 'typeParameters'];
VISITOR_KEYS['IndexedAccessType'] = ['objectType', 'indexType'];
VISITOR_KEYS['InterfaceTypeAnnotation'] = ['extends', 'body'];

@@ -138,0 +139,0 @@ VISITOR_KEYS['TypeAlias'] = ['id', 'typeParameters', 'right'];

4

package.json
{
"name": "hermes-eslint",
"version": "0.4.3",
"version": "0.4.4",
"description": "A custom parser for ESLint using the Hermes parser",

@@ -17,4 +17,4 @@ "main": "dist/index.js",

"estraverse": "^4.1.1",
"hermes-parser": "0.4.3"
"hermes-parser": "0.4.4"
}
}
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