Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/promise-kit

Package Overview
Dependencies
Maintainers
5
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/promise-kit - npm Package Compare versions

Comparing version 0.2.30-dev-9551cb4.0 to 0.2.30-dev-956885c.0

7

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc