Huge News!Announcing our $40M Series B led by Abstract Ventures.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.13.31-dev-f662032.0 to 0.14.0

dist/eventual-send.cjs.js

23

CHANGELOG.md

@@ -6,2 +6,25 @@ # Change Log

## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.30...@agoric/eventual-send@0.14.0) (2021-12-02)
### ⚠ BREAKING CHANGES
* **eventual-send:** implement *SendOnly and handler defaults
### Features
* **eventual-send:** implement *SendOnly and handler defaults ([8d2fb33](https://github.com/Agoric/agoric-sdk/commit/8d2fb334df18c88663094510fb2fea809ed8a2ac))
### Bug Fixes
* **deps:** remove explicit `@agoric/babel-standalone` ([4f22453](https://github.com/Agoric/agoric-sdk/commit/4f22453a6f2de1a2c27ae8ad0d11b13116890dab))
* **eslint-config:** loosen no-extraneous-dependencies patterns ([71be149](https://github.com/Agoric/agoric-sdk/commit/71be149522823ec41900bcf96a0b39f75b38bfd9))
* **eventual-send:** do basic sanity of static method invocation ([596d77e](https://github.com/Agoric/agoric-sdk/commit/596d77ed4ed99a46133a78a437c76393665a4073))
* **eventual-send:** make local handlers more robust ([30d4db5](https://github.com/Agoric/agoric-sdk/commit/30d4db5ab10c6f4201332db866f612b84ac084e5))
* **eventual-send:** provide `returnedP` when it is available ([a779066](https://github.com/Agoric/agoric-sdk/commit/a7790660db426e1967f444c034c3dedd59ed33eb))
* **eventual-send:** remove WeakMap workaround for pre-xsnap XS ([dcad6ac](https://github.com/Agoric/agoric-sdk/commit/dcad6ac6ac946414f6411ec1ad73017e04875d6d))
### [0.13.30](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.29...@agoric/eventual-send@0.13.30) (2021-10-13)

@@ -8,0 +31,0 @@

8

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

@@ -30,4 +30,4 @@ "type": "module",

"devDependencies": {
"@agoric/assert": "0.3.15-dev-f662032.0+f662032",
"@agoric/lockdown": "0.1.1-dev-f662032.0+f662032",
"@agoric/assert": "^0.3.15",
"@agoric/lockdown": "^0.1.1",
"@endo/ses-ava": "^0.2.8",

@@ -64,3 +64,3 @@ "ava": "^3.12.1",

},
"gitHead": "f662032ab0da89725cd6626a4d7d376993141807"
"gitHead": "6bf2266dced044bdf0152dd1ecf68fedf95c40a4"
}
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