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

@endo/eventual-send

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/eventual-send - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

13

package.json
{
"name": "@endo/eventual-send",
"version": "1.1.0",
"version": "1.1.1",
"description": "Extend a Promise class to implement the eventual-send API",

@@ -29,3 +29,4 @@ "type": "module",

"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/eventual-send"
},

@@ -39,7 +40,7 @@ "author": "Endo contributors",

"dependencies": {
"@endo/env-options": "^1.1.0"
"@endo/env-options": "^1.1.1"
},
"devDependencies": {
"@endo/lockdown": "^1.0.2",
"@endo/ses-ava": "^1.1.0",
"@endo/lockdown": "^1.0.3",
"@endo/ses-ava": "^1.1.1",
"ava": "^5.3.0",

@@ -77,3 +78,3 @@ "c8": "^7.14.0",

},
"gitHead": "373f9eebab66c94ed42350473c90fb25e6054f0a"
"gitHead": "f731c5c12f8d185dbf2daf53ec6a57e5ac56e4e9"
}

@@ -11,4 +11,2 @@ # HandledPromise

> Note: If you're writing an application, you probably don't want to use this package directly. You'll want to use the eventual-send `~.` operator (tildot) provided in [SES](https://github.com/Agoric/SES) or other platforms.
To install the `HandledPromise` global property shim, do:

@@ -15,0 +13,0 @@

@@ -56,3 +56,3 @@ import { trackTurns } from './track-turns.js';

assert.error(
X`Unexpected receiver for "${propertyKey}" method of E(${q(
X`Unexpected receiver for "${q(propertyKey)}" method of E(${q(
recipient,

@@ -59,0 +59,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