estraverse
Advanced tools
Comparing version 1.9.1 to 1.9.3
@@ -148,5 +148,7 @@ /* | ||
function extend(to, from) { | ||
objectKeys(from).forEach(function (key) { | ||
var keys = objectKeys(from), key, i, len; | ||
for (i = 0, len = keys.length; i < len; i += 1) { | ||
key = keys[i]; | ||
to[key] = from[key]; | ||
}); | ||
} | ||
return to; | ||
@@ -153,0 +155,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"main": "estraverse.js", | ||
"version": "1.9.1", | ||
"version": "1.9.3", | ||
"engines": { | ||
@@ -23,7 +23,11 @@ "node": ">=0.10.0" | ||
"devDependencies": { | ||
"mocha": "^1.21.5", | ||
"chai": "^1.9.2", | ||
"chai": "^2.1.1", | ||
"coffee-script": "^1.8.0", | ||
"gulp": "^3.8.10", | ||
"gulp-bump": "^0.2.2", | ||
"gulp-filter": "^2.0.0", | ||
"gulp-git": "^1.0.1", | ||
"gulp-tag-version": "^1.2.1", | ||
"jshint": "^2.5.6", | ||
"coffee-script": "^1.8.0", | ||
"xyz": "^0.4.0" | ||
"mocha": "^2.1.0" | ||
}, | ||
@@ -39,7 +43,4 @@ "licenses": [ | ||
"lint": "jshint estraverse.js", | ||
"unit-test": "mocha --compilers coffee:coffee-script/register", | ||
"release-major": "xyz --increment major --tag X.Y.Z", | ||
"release-minor": "xyz --increment minor --tag X.Y.Z", | ||
"release-patch": "xyz --increment patch --tag X.Y.Z" | ||
"unit-test": "mocha --compilers coffee:coffee-script/register" | ||
} | ||
} |
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
37126
7
790
9