Socket
Socket
Sign inDemoInstall

estraverse

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.1 to 1.8.0

9

estraverse.js

@@ -360,2 +360,9 @@ /*

// API:
// return type of current node
Controller.prototype.type = function () {
var node = this.current();
return node.type || this.__current.wrap;
};
// API:
// return array of parent elements

@@ -823,3 +830,3 @@ Controller.prototype.parents = function parents() {

exports.version = '1.7.1';
exports.version = '1.8.0';
exports.Syntax = Syntax;

@@ -826,0 +833,0 @@ exports.traverse = traverse;

2

package.json

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

"main": "estraverse.js",
"version": "1.7.1",
"version": "1.8.0",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=0.10.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