has-properties
Advanced tools
+1
-1
@@ -10,3 +10,3 @@ 'use strict'; | ||
| module.exports = function(obj, keys) { | ||
| if (obj !== null && typeof obj === 'object') { | ||
| if (obj !== null && typeof obj !== 'object') { | ||
| throw new Error('First argument must be an object.'); | ||
@@ -13,0 +13,0 @@ } |
+2
-2
| { | ||
| "name": "has-properties", | ||
| "version": "0.2.0", | ||
| "version": "1.0.0", | ||
| "description": "Checks if the given object has the required/mandatory properties.", | ||
@@ -33,5 +33,5 @@ "license": "MIT", | ||
| "devDependencies": { | ||
| "browserify": "^6.3.2", | ||
| "browserify": "^8.1.0", | ||
| "mocha": "*" | ||
| } | ||
| } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
-50%