New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/eventual-send

Package Overview
Dependencies
Maintainers
5
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/eventual-send - npm Package Compare versions

Comparing version 0.14.1-dev-f96b728.0 to 0.14.1-dev-f9b5010.0

4

package.json
{
"name": "@agoric/eventual-send",
"version": "0.14.1-dev-f96b728.0+f96b728",
"version": "0.14.1-dev-f9b5010.0+f9b5010",
"description": "Extend a Promise class to implement the eventual-send API",

@@ -57,3 +57,3 @@ "type": "module",

},
"gitHead": "f96b7280270e8e9e48e3bcf5050b4e722d4fd483"
"gitHead": "f9b501064c7f00a533d0ce05a567ce8269ef4434"
}

@@ -429,3 +429,3 @@ // @ts-check

// Resolving a Presence returns the pre-registered handled promise.
let resolvedPromise = presenceToPromise.get(value);
let resolvedPromise = presenceToPromise.get(/** @type {any} */ (value));
if (!resolvedPromise) {

@@ -432,0 +432,0 @@ resolvedPromise = Promise.resolve(value);

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