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 4.1.0 to 4.1.1

4

estraverse.js

@@ -509,3 +509,3 @@ /*

node = element.node;
nodeType = element.wrap || node.type;
nodeType = node.type || element.wrap;
candidates = this.__keys[nodeType];

@@ -664,3 +664,3 @@ if (!candidates) {

nodeType = element.wrap || node.type;
nodeType = node.type || element.wrap;
candidates = this.__keys[nodeType];

@@ -667,0 +667,0 @@ if (!candidates) {

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

"main": "estraverse.js",
"version": "4.1.0",
"version": "4.1.1",
"engines": {

@@ -34,8 +34,3 @@ "node": ">=0.10.0"

},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
}
],
"license": "BSD-2-Clause",
"scripts": {

@@ -42,0 +37,0 @@ "test": "npm run-script lint && npm run-script unit-test",

@@ -69,3 +69,3 @@ ### Estraverse [![Build Status](https://secure.travis-ci.org/estools/estraverse.png)](http://travis-ci.org/estools/estraverse)

// Extending the exising traversing rules.
// Extending the existing traversing rules.
keys: {

@@ -72,0 +72,0 @@ // TargetNodeName: [ 'keys', 'containing', 'the', 'other', '**node**' ]

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