Socket
Socket
Sign inDemoInstall

estraverse

Package Overview
Dependencies
0
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.2.0

2

estraverse.js

@@ -87,2 +87,3 @@ /*

CatchClause: 'CatchClause',
ChainExpression: 'ChainExpression',
ClassBody: 'ClassBody',

@@ -163,2 +164,3 @@ ClassDeclaration: 'ClassDeclaration',

CatchClause: ['param', 'body'],
ChainExpression: ['expression'],
ClassBody: ['body'],

@@ -165,0 +167,0 @@ ClassDeclaration: ['id', 'superClass', 'body'],

2

package.json

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

"main": "estraverse.js",
"version": "5.1.0",
"version": "5.2.0",
"engines": {

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

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