ts-error-as-value
Advanced tools
Comparing version 0.4.2 to 0.4.201
{ | ||
"name": "ts-error-as-value", | ||
"version": "0.4.02", | ||
"version": "0.4.201", | ||
"description": "Errors as values in typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -33,3 +33,3 @@ | ||
export interface PartitionedResults<T, E extends Error> { | ||
interface PartitionedResults<T, E extends Error> { | ||
data: T[], | ||
@@ -36,0 +36,0 @@ errors: AggregateError | E | null |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
42598