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