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

@agoric/captp

Package Overview
Dependencies
Maintainers
5
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/captp - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

8

CHANGELOG.md

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

## [1.7.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.3...@agoric/captp@1.7.4) (2021-03-24)
**Note:** Version bump only for package @agoric/captp
## [1.7.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.2...@agoric/captp@1.7.3) (2021-03-16)

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

10

lib/captp.js

@@ -53,7 +53,3 @@ // @ts-check

async function quietReject(reason = undefined, returnIt = true) {
if (
onReject &&
(unplug === false || reason !== unplug) &&
reason !== undefined
) {
if ((unplug === false || reason !== unplug) && reason !== undefined) {
onReject(reason);

@@ -443,4 +439,4 @@ }

const farGetter = E.G(getFarBootstrap()).refGetter;
const nearGetter = E.G(getNearBootstrap()).refGetter;
const farGetter = E.get(getFarBootstrap()).refGetter;
const nearGetter = E.get(getNearBootstrap()).refGetter;

@@ -447,0 +443,0 @@ /**

{
"name": "@agoric/captp",
"version": "1.7.3",
"version": "1.7.4",
"description": "Capability Transfer Protocol for distributed objects",

@@ -38,3 +38,3 @@ "parsers": {

"devDependencies": {
"@agoric/install-ses": "^0.5.3",
"@agoric/install-ses": "^0.5.4",
"ava": "^3.12.1",

@@ -44,6 +44,6 @@ "nyc": "^15.1.0"

"dependencies": {
"@agoric/eventual-send": "^0.13.3",
"@agoric/marshal": "^0.4.0",
"@agoric/eventual-send": "^0.13.4",
"@agoric/marshal": "^0.4.1",
"@agoric/nat": "^4.0.0",
"@agoric/promise-kit": "^0.2.3",
"@agoric/promise-kit": "^0.2.4",
"esm": "^3.2.5"

@@ -75,3 +75,3 @@ },

},
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7"
"gitHead": "be478ee84773b8e403cf896e53df28146a60f976"
}
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