commonjs-walker
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "commonjs-walker", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Analyzer and tree walker for commonjs.", | ||
@@ -35,6 +35,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"esprima": "^1.2.0", | ||
"resolve": "^0.7.1" | ||
"async": "^1.4.0", | ||
"esprima": "^2.4.1", | ||
"resolve": "^1.1.6" | ||
} | ||
} |
@@ -1,3 +0,6 @@ | ||
# commonjs-walker [![NPM version](https://badge.fury.io/js/commonjs-walker.png)](http://badge.fury.io/js/commonjs-walker) [![Build Status](https://travis-ci.org/kaelzhang/node-commonjs-walker.png?branch=master)](https://travis-ci.org/kaelzhang/node-commonjs-walker) | ||
[![NPM version](https://badge.fury.io/js/commonjs-walker.png)](http://badge.fury.io/js/commonjs-walker) | ||
[![Build Status](https://travis-ci.org/kaelzhang/node-commonjs-walker.png?branch=master)](https://travis-ci.org/kaelzhang/node-commonjs-walker) | ||
# commonjs-walker | ||
Analyzes and walks down the dependencies from a commonjs entry and creates a walking tree. | ||
@@ -4,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30953
160
+ Addedasync@1.5.2(transitive)
+ Addedesprima@2.7.3(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedis-core-module@2.15.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedresolve@1.22.8(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedasync@0.9.2(transitive)
- Removedesprima@1.2.5(transitive)
- Removedresolve@0.7.4(transitive)
Updatedasync@^1.4.0
Updatedesprima@^2.4.1
Updatedresolve@^1.1.6