another-maybe
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "another-maybe", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Maybe monad for JavaScript.", | ||
@@ -20,3 +20,8 @@ "main": "src/index.js", | ||
"maybe", | ||
"null" | ||
"null", | ||
"async", | ||
"promise", | ||
"asynchronous", | ||
"sync", | ||
"synchronous" | ||
], | ||
@@ -23,0 +28,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
15003