assert-has-keys
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -14,3 +14,3 @@ 'use strict'; | ||
throw new AssertionError({ | ||
message: key + ' is missing' | ||
message: key + ' property is missing' | ||
}); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "assert-has-keys", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Assert that an object has specific properties", | ||
@@ -29,10 +29,11 @@ "license": "MIT", | ||
"test", | ||
"AssertionError" | ||
"AssertionError", | ||
"tdd" | ||
], | ||
"dependencies": { | ||
"arrify": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "*" | ||
}, | ||
"dependencies": { | ||
"arrify": "^1.0.0" | ||
} | ||
} |
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
2944