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.1.0 to 3.2.0

2

lib/visitor-keys.js

@@ -183,2 +183,4 @@ const KEYS = {

],
JSXClosingFragment: [],
JSXOpeningFragment: [],
Literal: [],

@@ -185,0 +187,0 @@ LabeledStatement: [

2

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -63,3 +63,3 @@ # eslint-visitor-keys

```
```js
const node = {

@@ -84,3 +84,3 @@ type: "AssignmentExpression",

```
```js
console.log(evk.unionWith({

@@ -87,0 +87,0 @@ MethodDefinition: ["decorators"]

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