error-class
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -40,3 +40,3 @@ // Memoize these results, they're basically invariants. | ||
Object.defineProperty(this, 'message', | ||
nonEnumerableProperty(message ? message.toString() : '')) | ||
nonEnumerableProperty('' + message)) | ||
} | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "error-class", | ||
"description": "Typed errors that closely emulate the native Error class.", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
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
4938