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 1.2.0 to 1.3.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

v1.3.0 - June 19, 2020
* [`c92dd7f`](https://github.com/eslint/eslint-visitor-keys/commit/c92dd7ff96f0044dba12d681406a025b92b4c437) Update: add `ChainExpression` node (#12) (Toru Nagashima)
v1.2.0 - June 4, 2020

@@ -2,0 +6,0 @@

@@ -41,2 +41,5 @@ {

],
"ChainExpression": [
"expression"
],
"ClassBody": [

@@ -43,0 +46,0 @@ "body"

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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