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

5

CHANGELOG.md

@@ -0,1 +1,6 @@

v2.0.0 - August 14, 2020
* [`fb86ca3`](https://github.com/eslint/eslint-visitor-keys/commit/fb86ca315daafc84e23ed9005db40b0892b972a6) Breaking: drop support for Node <10 (#13) (Kai Cataldo)
* [`69383b3`](https://github.com/eslint/eslint-visitor-keys/commit/69383b372915e33ada094880ecc6b6e8f8c7ca4e) Chore: move to GitHub Actions (#14) (Kai Cataldo)
v1.3.0 - June 19, 2020

@@ -2,0 +7,0 @@

5

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

@@ -10,3 +10,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=4"
"node": ">=10"
},

@@ -24,3 +24,2 @@ "dependencies": {},

"lint": "eslint lib tests/lib",
"pretest": "npm run -s lint",
"test": "nyc mocha tests/lib",

@@ -27,0 +26,0 @@ "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",

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