object-keys
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "object-keys", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"author": "Jordan Harband", | ||
@@ -24,3 +24,3 @@ "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shim", | ||
"indexof": "~0.0.1", | ||
"is": "~0.2.2" | ||
"is": "~0.2.3" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -15,6 +15,6 @@ var test = require('tape'); | ||
"num": 42, | ||
"null": null, | ||
"aNull": null, | ||
"undefined": undefined | ||
}; | ||
var objKeys = ['str', 'obj', 'arr', 'bool', 'num', 'null', 'undefined']; | ||
var objKeys = ['str', 'obj', 'arr', 'bool', 'num', 'aNull', 'undefined']; | ||
@@ -21,0 +21,0 @@ t.test('exports a function', function (st) { |
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
4944
Updatedis@~0.2.3