@agoric/eventual-send
Advanced tools
Comparing version 0.12.0-dev.0 to 0.12.0
@@ -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 @@ |
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105271
2187
1