@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-241ac92.0 to 0.2.30-dev-2583ce0.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-241ac92.0+241ac92", | ||
"version": "0.2.30-dev-2583ce0.0+2583ce0", | ||
"description": "Helper for making promises", | ||
@@ -56,3 +56,3 @@ "type": "module", | ||
}, | ||
"gitHead": "241ac926fdb8793e4cd94c921555f44744864807" | ||
"gitHead": "2583ce0d5b14ec776ed63da4a238de335c567a8d" | ||
} |
@@ -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