never-catch
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "never-catch", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A design pattern to implement result in functions.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ # never-catch |
@@ -0,0 +0,0 @@ export type Result<V, E> = Ok<V> | Err<E>; |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17332
9
135
0