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.20.1 to 0.21.0

7

dist/scope-manager/referencer/index.js

@@ -10,3 +10,3 @@ /**

*/
'use strict';
'use strict'; // $FlowFixMe[prop-missing]

@@ -16,7 +16,6 @@ Object.defineProperty(exports, "__esModule", {

});
exports.ReferencerOptions = exports.Referencer = void 0;
exports.Referencer = void 0;
var _Referencer = require("./Referencer");
exports.Referencer = _Referencer.Referencer;
exports.ReferencerOptions = _Referencer.ReferencerOptions;
exports.Referencer = _Referencer.Referencer;
{
"name": "hermes-eslint",
"version": "0.20.1",
"version": "0.21.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.20.1",
"hermes-parser": "0.20.1"
"hermes-estree": "0.21.0",
"hermes-parser": "0.21.0"
}
}

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