ts-results
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "ts-results", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A typescript implementation of Rust's Result and Option objects.", | ||
@@ -9,11 +9,18 @@ "main": "index.js", | ||
"keywords": [ | ||
"typescript", | ||
"rust", | ||
"errors", | ||
"ok", | ||
"err", | ||
"result", | ||
"option", | ||
"some", | ||
"none" | ||
"Rust", | ||
"Result", | ||
"Results", | ||
"Option", | ||
"Options", | ||
"Typescript", | ||
"TS", | ||
"Ok", | ||
"Err", | ||
"Some", | ||
"None", | ||
"Typed Errors", | ||
"Error Handling", | ||
"Monad", | ||
"Maybe", | ||
"Union" | ||
], | ||
@@ -20,0 +27,0 @@ "author": "Vultix", |
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
92202
0