Socket
Socket
Sign inDemoInstall

estraverse

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estraverse - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

6

estraverse.js

@@ -183,3 +183,3 @@ /*

ArrayPattern: ['elements'],
ArrowFunctionExpression: ['params', 'body'],
ArrowFunctionExpression: ['params', 'defaults', 'rest', 'body'],
BlockStatement: ['body'],

@@ -202,4 +202,4 @@ BinaryExpression: ['left', 'right'],

ForInStatement: ['left', 'right', 'body'],
FunctionDeclaration: ['id', 'params', 'body'],
FunctionExpression: ['id', 'params', 'body'],
FunctionDeclaration: ['id', 'params', 'defaults', 'rest', 'body'],
FunctionExpression: ['id', 'params', 'defaults', 'rest', 'body'],
Identifier: [],

@@ -206,0 +206,0 @@ IfStatement: ['test', 'consequent', 'alternate'],

@@ -6,3 +6,3 @@ {

"main": "estraverse.js",
"version": "1.4.0",
"version": "1.5.0",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=0.4.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc