@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-b3c5716.0 to 0.2.30-dev-b57ea19.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-b3c5716.0+b3c5716", | ||
"version": "0.2.30-dev-b57ea19.0+b57ea19", | ||
"description": "Helper for making promises", | ||
@@ -56,3 +56,3 @@ "type": "module", | ||
}, | ||
"gitHead": "b3c571690f49f3015eca140e8f0558862130ae4e" | ||
"gitHead": "b57ea199b35870b23f13eac1b9ad52a2aa6100d4" | ||
} |
@@ -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