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