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-ec9c204.0 to 1.10.9-dev-f599585.0

14

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

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

"devDependencies": {
"@agoric/install-ses": "0.5.30-dev-ec9c204.0+ec9c204",
"@agoric/swingset-vat": "0.24.2-dev-ec9c204.0+ec9c204",
"@agoric/install-ses": "0.5.30-dev-f599585.0+f599585",
"@endo/ses-ava": "^0.2.13",

@@ -47,7 +46,6 @@ "ava": "^3.12.1",

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

@@ -75,3 +73,3 @@ "bugs": {

},
"gitHead": "ec9c2040521eaad7d28c08d5b9d6f29e8d3f087f"
"gitHead": "f5995854229921788d94caa97107360130085e61"
}
// @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

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