Socket
Socket
Sign inDemoInstall

eslint-visitor-keys

Package Overview
Dependencies
0
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

3

lib/visitor-keys.js

@@ -238,2 +238,5 @@ const KEYS = {

],
StaticBlock: [
"body"
],
Super: [],

@@ -240,0 +243,0 @@ SwitchStatement: [

4

package.json
{
"name": "eslint-visitor-keys",
"version": "3.0.0",
"version": "3.1.0",
"description": "Constants and utilities about visitor keys to traverse AST.",

@@ -30,3 +30,3 @@ "type": "module",

"eslint-plugin-node": "^11.1.0",
"eslint-release": "^3.1.2",
"eslint-release": "^3.2.0",
"mocha": "^9.0.1",

@@ -33,0 +33,0 @@ "opener": "^1.5.2",

@@ -20,4 +20,5 @@ # eslint-visitor-keys

- [Node.js] 10.0.0 or later.
- [Node.js] `^12.22.0`, `^14.17.0`, or `>=16.0.0`
## 📖 Usage

@@ -106,3 +107,3 @@

[npm]: https://www.npmjs.com/
[Node.js]: https://nodejs.org/en/
[Node.js]: https://nodejs.org/
[ESTree]: https://github.com/estree/estree

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc