dry-underscore
Advanced tools
Comparing version 0.8.7 to 0.8.8
@@ -46,3 +46,3 @@ | ||
}catch(e){ | ||
var ex = _.exception("UnexpectedArgument", "Unexpected argument to function: " + name + ": actual: " + _.format(arg) + " expected: " + _.format(info.actual_args[i])) | ||
var ex = _.exception("UnexpectedArgument", "Unexpected argument to function: " + name + ": actual: " + e.actual + " expected: " + e.expected) | ||
ex.actual = e.actual; | ||
@@ -49,0 +49,0 @@ ex.expected = e.expected; |
{ | ||
"name": "dry-underscore", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "formidable": { |
{ | ||
"name": "dry-underscore", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "description": "The DRY Undescore Library", |
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
1585339