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.12.0-dev.0 to 0.12.0

8

CHANGELOG.md

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

# [0.12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.12.0-dev.0...@agoric/eventual-send@0.12.0) (2020-11-07)
**Note:** Version bump only for package @agoric/eventual-send
# [0.12.0-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.11.1...@agoric/eventual-send@0.12.0-dev.0) (2020-10-19)

@@ -8,0 +16,0 @@

6

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

@@ -25,3 +25,3 @@ "main": "src/no-shim.js",

"devDependencies": {
"@agoric/install-ses": "^0.3.3-dev.0",
"@agoric/install-ses": "^0.4.0",
"ava": "^3.12.1",

@@ -93,3 +93,3 @@ "esm": "^3.2.7",

},
"gitHead": "dd23e32e44e11c3b86e2ddb2abcd7b9b19f55062"
"gitHead": "20bc9a904a3f3768943ed51323ce14a4f609a233"
}

@@ -31,5 +31,2 @@ /* global harden */

get(_target, p, _receiver) {
if (`${p}` !== p) {
return undefined;
}
// Harden this Promise because it's our only opportunity to ensure

@@ -63,5 +60,2 @@ // p1=E(x).foo() is hardened. The Handled Promise API does not (yet)

get(_target, p, _receiver) {
if (`${p}` !== p) {
return undefined;
}
return (...args) => {

@@ -68,0 +62,0 @@ HandledPromise.applyMethod(x, p, args);

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