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