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.18.1 to 0.18.2

1

dist/scope-manager/referencer/PatternVisitor.js

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

// $FlowFixMe[deprecated-type]
function isPattern(node) {

@@ -21,0 +22,0 @@ return node.type === 'Identifier' || node.type === 'ObjectPattern' || node.type === 'ArrayPattern' || node.type === 'SpreadElement' || node.type === 'RestElement' || node.type === 'AssignmentPattern';

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

// $FlowFixMe[deprecated-type]
function isNode(node) {

@@ -21,0 +22,0 @@ return typeof node === 'object' && node != null && typeof node.type === 'string';

6

package.json
{
"name": "hermes-eslint",
"version": "0.18.1",
"version": "0.18.2",
"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.18.1",
"hermes-parser": "0.18.1"
"hermes-estree": "0.18.2",
"hermes-parser": "0.18.2"
}
}

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