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 0.1.0 to 1.0.0

4

CHANGELOG.md

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

v1.0.0 - December 18, 2017
* 1f6bd38 Breaking: update keys (#4) (Toru Nagashima)
v0.1.0 - November 17, 2017

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

@@ -63,3 +63,2 @@ {

"DebuggerStatement": [],
"DirectiveStatement": [],
"DoWhileStatement": [

@@ -88,2 +87,8 @@ "body",

],
"ExperimentalRestProperty": [
"argument"
],
"ExperimentalSpreadProperty": [
"argument"
],
"ForStatement": [

@@ -135,2 +140,40 @@ "init",

],
"JSXAttribute": [
"name",
"value"
],
"JSXClosingElement": [
"name"
],
"JSXElement": [
"openingElement",
"children",
"closingElement"
],
"JSXEmptyExpression": [],
"JSXExpressionContainer": [
"expression"
],
"JSXIdentifier": [],
"JSXMemberExpression": [
"object",
"property"
],
"JSXNamespacedName": [
"namespace",
"name"
],
"JSXOpeningElement": [
"name",
"attributes"
],
"JSXSpreadAttribute": [
"argument"
],
"JSXText": [],
"JSXFragment": [
"openingFragment",
"children",
"closingFragment"
],
"Literal": [],

@@ -157,3 +200,2 @@ "LabeledStatement": [

],
"ModuleSpecifier": [],
"NewExpression": [

@@ -160,0 +202,0 @@ "callee",

2

package.json
{
"name": "eslint-visitor-keys",
"version": "0.1.0",
"version": "1.0.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