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

hermes-eslint

Package Overview
Dependencies
Maintainers
3
Versions
42
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.21.1 to 0.22.0

13

dist/scope-manager/referencer/TypeVisitor.js

@@ -289,2 +289,15 @@ /**

ObjectTypeMappedTypeProperty(node) {
this._referencer.scopeManager.nestTypeScope(node); // This will create a type defintion for the `key` property.
this.visit(node.keyTparam); // Visit remaining properties.
this.visit(node.propType);
this.visit(node.sourceType);
this.visit(node.variance);
this._referencer.close(node);
}
OpaqueType(node) {

@@ -291,0 +304,0 @@ this.visitOpaqueType(node);

6

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

@@ -19,5 +19,5 @@ "main": "dist/index.js",

"esrecurse": "^4.3.0",
"hermes-estree": "0.21.1",
"hermes-parser": "0.21.1"
"hermes-estree": "0.22.0",
"hermes-parser": "0.22.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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