assert-the-unexpected
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -98,3 +98,3 @@ var AssertionError = require('assert').AssertionError; | ||
this.stack = this.name + ': ' + assertMessage + '\n\n' + (err.stack || ''); | ||
this.stack = err.stack && err.stack.replace(this.message, assertMessage); | ||
this.message = assertMessage; | ||
@@ -101,0 +101,0 @@ } |
{ | ||
"name": "assert-the-unexpected", | ||
"version": "0.0.1", | ||
"description": "", | ||
"version": "0.0.2", | ||
"description": "assert facade for Unexpected", | ||
"author": "Alex J Burke <alex@alexjeffburke.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/alexjeffburke/assert-the-unexpected.git" | ||
}, | ||
"main": "lib/assertTheUnexpected.js", | ||
@@ -9,3 +14,2 @@ "scripts": { | ||
}, | ||
"author": "", | ||
"license": "BSD-3-Clause", | ||
@@ -12,0 +16,0 @@ "dependencies": { |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
34645
2
0