escomplex-js
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "escomplex-js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Javascript wrapping library for escomplex.", | ||
@@ -28,6 +28,6 @@ "homepage": "https://github.com/philbooth/escomplex-js", | ||
"dependencies": { | ||
"check-types": "0.7.x", | ||
"check-types": "1.1.x", | ||
"esprima": "1.0.x", | ||
"escomplex-ast-moz": "0.1.x", | ||
"escomplex": "0.2.x" | ||
"escomplex": "0.2.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
@@ -15,3 +15,3 @@ /*globals require, exports */ | ||
function analyse (source, options) { | ||
if (check.isArray(source)) { | ||
if (check.array(source)) { | ||
return analyseSources(source, options); | ||
@@ -18,0 +18,0 @@ } |
Sorry, the diff of this file is not supported yet
13464
+ Addedcheck-types@1.1.1(transitive)
+ Addedescomplex@0.2.2(transitive)
- Removedcheck-types@0.7.2(transitive)
- Removedescomplex@0.2.6(transitive)
Updatedcheck-types@1.1.x
Updatedescomplex@0.2.2