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.10.9-dev-bda9206.0 to 1.10.9-dev-bf29060.0

20

package.json
{
"name": "@agoric/captp",
"version": "1.10.9-dev-bda9206.0+bda9206",
"version": "1.10.9-dev-bf29060.0+bf29060",
"description": "Capability Transfer Protocol for distributed objects",

@@ -39,5 +39,4 @@ "type": "module",

"devDependencies": {
"@agoric/install-ses": "0.5.30-dev-bda9206.0+bda9206",
"@agoric/swingset-vat": "0.24.2-dev-bda9206.0+bda9206",
"@endo/ses-ava": "^0.2.8",
"@agoric/install-ses": "0.5.30-dev-bf29060.0+bf29060",
"@endo/ses-ava": "^0.2.13",
"ava": "^3.12.1",

@@ -47,7 +46,6 @@ "c8": "^7.7.2"

"dependencies": {
"@agoric/assert": "0.3.16-dev-bda9206.0+bda9206",
"@agoric/eventual-send": "0.14.1-dev-bda9206.0+bda9206",
"@agoric/marshal": "0.5.1-dev-bda9206.0+bda9206",
"@agoric/eventual-send": "0.14.1-dev-bf29060.0+bf29060",
"@agoric/marshal": "0.5.1-dev-bf29060.0+bf29060",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "0.2.30-dev-bda9206.0+bda9206"
"@agoric/promise-kit": "0.2.30-dev-bf29060.0+bf29060"
},

@@ -71,7 +69,3 @@ "bugs": {

},
"prettier": {
"trailingComma": "all",
"singleQuote": true
},
"gitHead": "bda920694c7ab573822415653335e258b9c21281"
"gitHead": "bf290606171e44f2de4e2a358c16372f2af96471"
}
// @ts-check
/* global BigUint64Array */
/// <reference types="ses"/>
import { assert, details as X } from '@agoric/assert';
const { details: X } = assert;

@@ -6,0 +7,0 @@ // This is a pathological minimum, but exercised by the unit test.

// @ts-check
/// <reference types="ses"/>

@@ -10,3 +11,2 @@ // Your app may need to `import '@agoric/eventual-send/shim'` to get HandledPromise

import { isPromise, makePromiseKit } from '@agoric/promise-kit';
import { assert, details as X } from '@agoric/assert';

@@ -19,2 +19,4 @@ import { makeTrap } from './trap.js';

const { details: X } = assert;
/**

@@ -21,0 +23,0 @@ * @param {any} maybeThenable

/* eslint-disable */
// eslint-disable-next-line spaced-comment

@@ -4,0 +3,0 @@ import type { Unpromise } from '@agoric/eventual-send';

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