ast-types
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -6,3 +6,3 @@ var assert = require("assert"); | ||
var isArray = types.builtInTypes.array; | ||
var Path = require("ast-path").Path; | ||
var Path = require("./path"); | ||
var Scope = require("./scope"); | ||
@@ -9,0 +9,0 @@ |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"homepage": "http://github.com/benjamn/ast-types", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"dependencies": { | ||
"ast-path": "~0.1.4" | ||
"private": "~0.1.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
@@ -10,3 +10,3 @@ var assert = require("assert"); | ||
var parse = esprima.parse; | ||
var Path = require("ast-path").Path; | ||
var Path = require("../lib/path"); | ||
var NodePath = require("../lib/node-path"); | ||
@@ -13,0 +13,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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
424920
21
11864
2
+ Addedprivate@~0.1.2
+ Addedprivate@0.1.8(transitive)
- Removedast-path@~0.1.4
- Removedast-path@0.1.4(transitive)
- Removedcommander@0.6.1(transitive)
- Removeddebug@4.3.7(transitive)
- Removeddiff@1.0.7(transitive)
- Removedglob@3.2.3(transitive)
- Removedgraceful-fs@2.0.3(transitive)
- Removedgrowl@1.7.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjade@0.26.3(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedmkdirp@0.3.00.3.5(transitive)
- Removedmocha@1.13.0(transitive)
- Removedms@2.1.3(transitive)
- Removedprivate@0.0.5(transitive)
- Removedsigmund@1.0.1(transitive)