lodash-contrib
Advanced tools
Comparing version 241.1.0 to 241.2.0
@@ -38,5 +38,2 @@ // lodash-contrib (lodash.function.predicates.js 0.0.1) | ||
// Check if an object is an object literal, since _.isObject(function() {}) === _.isObject([]) === true | ||
isPlainObject: function(x) { return _.isObject(x) && x.constructor === root.Object; }, | ||
// These do what you think that they do | ||
@@ -43,0 +40,0 @@ isZero: function(x) { return 0 === x; }, |
{ | ||
"name": "lodash-contrib", | ||
"version": "241.1.0", | ||
"version": "241.2.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
1017655
27931