Comparing version 0.3.2 to 0.3.3
@@ -34,3 +34,3 @@ /** | ||
if (!exists(list && list.length)) { | ||
throw new TypeError('list must be have length property'); | ||
throw new TypeError('list must have length property'); | ||
} | ||
@@ -37,0 +37,0 @@ if (!isFunction(predicate)) { |
{ | ||
"name": "101", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "common javascript utils that can be required selectively that assume es5+", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -82,3 +82,3 @@ var Lab = require('lab'); | ||
catch (err) { | ||
expect(err.message).to.equal('list must be have length property'); | ||
expect(err.message).to.equal('list must have length property'); | ||
} | ||
@@ -89,3 +89,3 @@ try { | ||
catch (err) { | ||
expect(err.message).to.equal('list must be have length property'); | ||
expect(err.message).to.equal('list must have length property'); | ||
} | ||
@@ -92,0 +92,0 @@ done(); |
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
47862
42
1412