estraverse
Advanced tools
Comparing version 1.1.1 to 1.1.2-1
@@ -28,3 +28,3 @@ /* | ||
/*global exports:true, define:true, window:true*/ | ||
(function (factory) { | ||
(function (root, factory) { | ||
'use strict'; | ||
@@ -39,5 +39,5 @@ | ||
} else { | ||
factory((window.estraverse = {})); | ||
factory((root.estraverse = {})); | ||
} | ||
}(function (exports) { | ||
}(this, function (exports) { | ||
'use strict'; | ||
@@ -467,3 +467,3 @@ | ||
exports.version = '1.1.1'; | ||
exports.version = '1.1.2-dev'; | ||
exports.Syntax = Syntax; | ||
@@ -470,0 +470,0 @@ exports.traverse = traverse; |
@@ -6,3 +6,3 @@ { | ||
"main": "estraverse.js", | ||
"version": "1.1.1", | ||
"version": "1.1.2-1", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=0.4.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
20697
2