Socket
Socket
Sign inDemoInstall

eslint-visitor-keys

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v2.1.0 - May 3, 2021
* [`908fdf8`](https://github.com/eslint/eslint-visitor-keys/commit/908fdf8c0d9a352c696c8c1f4901280d1a0795f7) Update: add PrivateIdentifier and PropertyDefinition (#20) (Toru Nagashima)
* [`2d7be11`](https://github.com/eslint/eslint-visitor-keys/commit/2d7be11e4d13ac702c9fe3c529cadbd75b370146) Chore: No longer test in Node.js 13 (#17) (Michaël De Boey)
* [`b41b509`](https://github.com/eslint/eslint-visitor-keys/commit/b41b509b153ecd8d47af46a421122f64e93d4c67) Docs: Update required Node.js version (#15) (Michaël De Boey)
v2.0.0 - August 14, 2020

@@ -2,0 +8,0 @@

@@ -214,2 +214,3 @@ {

],
"PrivateIdentifier": [],
"Program": [

@@ -222,2 +223,6 @@ "body"

],
"PropertyDefinition": [
"key",
"value"
],
"RestElement": [

@@ -224,0 +229,0 @@ "argument"

2

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

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

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

- [Node.js] 4.0.0 or later.
- [Node.js] 10.0.0 or later.

@@ -23,0 +23,0 @@ ## 📖 Usage

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