@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-72f4982.0 to 0.2.30-dev-781f8a2.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-72f4982.0+72f4982", | ||
"version": "0.2.30-dev-781f8a2.0+781f8a2", | ||
"description": "Helper for making promises", | ||
@@ -56,3 +56,3 @@ "type": "module", | ||
}, | ||
"gitHead": "72f4982d668d4b91496a6f5332d294a44cfc6c2e" | ||
"gitHead": "781f8a21abe6fcde2b69004c89d02c5a515a2e99" | ||
} |
@@ -13,3 +13,3 @@ /* global globalThis */ | ||
* @property {(value: ERef<T>) => void} resolve | ||
* @property {(reason: any) => void} reject | ||
* @property {(reason?: any) => void} reject | ||
* @property {Promise<T>} promise | ||
@@ -16,0 +16,0 @@ */ |
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
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
15740