Comparing version 6.1.1 to 6.1.2
@@ -83,3 +83,7 @@ 'use strict'; | ||
badStack = err.stack.replace(err.message, '').split('\n').slice(1); | ||
err.stack = [err.toString(), savedStack, '----', badStack].flat().join('\n'); | ||
err.stack = [err.toString()] | ||
.concat(savedStack) | ||
.concat('----') | ||
.concat(badStack) | ||
.join('\n'); | ||
} | ||
@@ -86,0 +90,0 @@ return err; |
{ | ||
"name": "supertest", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "SuperAgent driven library for testing HTTP servers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
20714
384
0