Comparing version 2.0.1 to 2.0.4
{ | ||
"name": "is2", | ||
"version": "2.0.1", | ||
"version": "2.0.4", | ||
"description": "A type checking library where each exported function returns either true or false and does not throw. Also added tests.", | ||
@@ -49,10 +49,9 @@ "license": "MIT", | ||
"deep-is": "^0.1.3", | ||
"ip-regex": "^2.1.0", | ||
"is-url": "^1.2.2" | ||
"ip-regex": "^4.1.0", | ||
"is-url": "^1.2.4" | ||
}, | ||
"devDependencies": { | ||
"jsdom": "0.5.0", | ||
"mocha": "5.0.1", | ||
"mongodb": "3.0.2" | ||
"mocha": "6.1.4", | ||
"mongodb": "3.2.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
122296
2
2604
+ Addedip-regex@4.3.0(transitive)
- Removedip-regex@2.1.0(transitive)
Updatedip-regex@^4.1.0
Updatedis-url@^1.2.4