Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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.8.0 to 1.9.0

4

estraverse.js

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

ArrowFunctionExpression: 'ArrowFunctionExpression',
AwaitExpression: 'AwaitExpression', // CAUTION: It's deferred to ES7.
BlockStatement: 'BlockStatement',

@@ -228,2 +229,3 @@ BinaryExpression: 'BinaryExpression',

ArrowFunctionExpression: ['params', 'defaults', 'rest', 'body'],
AwaitExpression: ['argument'], // CAUTION: It's deferred to ES7.
BlockStatement: ['body'],

@@ -831,3 +833,3 @@ BinaryExpression: ['left', 'right'],

exports.version = '1.8.0';
exports.version = '1.8.1-dev';
exports.Syntax = Syntax;

@@ -834,0 +836,0 @@ exports.traverse = traverse;

{
"name": "estraverse",
"description": "ECMAScript JS AST traversal functions",
"homepage": "https://github.com/Constellation/estraverse",
"homepage": "https://github.com/estools/estraverse",
"main": "estraverse.js",
"version": "1.8.0",
"version": "1.9.0",
"engines": {

@@ -19,3 +19,3 @@ "node": ">=0.10.0"

"type": "git",
"url": "http://github.com/Constellation/estraverse.git"
"url": "http://github.com/estools/estraverse.git"
},

@@ -32,3 +32,3 @@ "devDependencies": {

"type": "BSD",
"url": "http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"
"url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
}

@@ -35,0 +35,0 @@ ],

@@ -1,10 +0,10 @@

### Estraverse [![Build Status](https://secure.travis-ci.org/Constellation/estraverse.png)](http://travis-ci.org/Constellation/estraverse)
### Estraverse [![Build Status](https://secure.travis-ci.org/estools/estraverse.png)](http://travis-ci.org/estools/estraverse)
Estraverse ([estraverse](http://github.com/Constellation/estraverse)) is
Estraverse ([estraverse](http://github.com/estools/estraverse)) is
[ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm)
traversal functions from [esmangle project](http://github.com/Constellation/esmangle).
traversal functions from [esmangle project](http://github.com/estools/esmangle).
### Documentation
You can find usage docs at [wiki page](https://github.com/Constellation/estraverse/wiki/Usage).
You can find usage docs at [wiki page](https://github.com/estools/estraverse/wiki/Usage).

@@ -11,0 +11,0 @@ ### Example Usage

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