@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-9551cb4.0 to 0.2.30-dev-956885c.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-9551cb4.0+9551cb4", | ||
"version": "0.2.30-dev-956885c.0+956885c", | ||
"description": "Helper for making promises", | ||
@@ -33,5 +33,2 @@ "type": "module", | ||
"homepage": "https://github.com/Agoric/agoric-sdk#readme", | ||
"dependencies": { | ||
"@agoric/eventual-send": "0.14.1-dev-9551cb4.0+9551cb4" | ||
}, | ||
"devDependencies": { | ||
@@ -65,3 +62,3 @@ "ava": "^3.12.1" | ||
}, | ||
"gitHead": "9551cb4e0decec83a3aa85fba6c7261c74593d7f" | ||
"gitHead": "956885c8ab22ffe9a8cb8c58e1328040a88d9464" | ||
} |
@@ -7,3 +7,3 @@ /* global globalThis */ | ||
/** @type {import('@agoric/eventual-send').HandledPromiseConstructor | PromiseConstructor} */ | ||
/** @type {PromiseConstructor} */ | ||
const BestPipelinablePromise = globalThis.HandledPromise || Promise; | ||
@@ -10,0 +10,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
0
15908