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.5.0 to 1.5.1

3

estraverse.js

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

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

@@ -680,3 +681,3 @@ FunctionExpression: ['id', 'params', 'defaults', 'rest', 'body'],

exports.version = '1.3.3-dev';
exports.version = '1.5.1-dev';
exports.Syntax = Syntax;

@@ -683,0 +684,0 @@ exports.traverse = traverse;

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

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

@@ -26,3 +26,4 @@ "node": ">=0.4.0"

"jshint": "2.1.5",
"coffee-script": "~1.6.3"
"coffee-script": "~1.6.3",
"xyz": "^0.4.0"
},

@@ -38,4 +39,7 @@ "licenses": [

"lint": "jshint estraverse.js",
"unit-test": "mocha --compilers coffee:coffee-script"
"unit-test": "mocha --compilers coffee:coffee-script",
"release-major": "xyz --increment major",
"release-minor": "xyz --increment minor",
"release-patch": "xyz --increment patch"
}
}
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