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

@agoric/swingset-xsnap-supervisor

Package Overview
Dependencies
Maintainers
0
Versions
1357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/swingset-xsnap-supervisor - npm Package Compare versions

Comparing version 0.10.3-dev-5375019.0 to 0.10.3-dev-537ffd0.0

2

lib/capdata.js

@@ -1,2 +0,2 @@

import { Fail } from '@agoric/assert';
import { Fail } from '@endo/errors';

@@ -3,0 +3,0 @@ /**

/* global globalThis WeakRef FinalizationRegistry */
import { assert, Fail } from '@agoric/assert';
import { assert, Fail } from '@endo/errors';
import { importBundle } from '@endo/import-bundle';

@@ -103,7 +103,7 @@ import {

*
* @param {(cmd: ArrayBuffer) => ArrayBuffer} issueCommand as from xsnap
* @param {(cmd: ArrayBufferLike) => ArrayBuffer} issueCommand as from xsnap
* @typedef { [unknown, ...unknown[]] } Tagged tagged array
*/
function managerPort(issueCommand) {
/** @type { (item: Tagged) => ArrayBuffer } */
/** @type { (item: Tagged) => ArrayBufferLike } */
const encode = item => {

@@ -259,3 +259,4 @@ let txt;

console: makeVatConsole(makeLogMaker('vat')),
assert,
// See https://github.com/Agoric/agoric-sdk/issues/9515
assert: globalThis.assert,
// bootstrap provides HandledPromise

@@ -262,0 +263,0 @@ HandledPromise: globalThis.HandledPromise,

{
"name": "@agoric/swingset-xsnap-supervisor",
"version": "0.10.3-dev-5375019.0+5375019",
"version": "0.10.3-dev-537ffd0.0+537ffd0",
"description": "Supervisor/Liveslots bundle for swingset xsnap workers",

@@ -22,14 +22,14 @@ "author": "Agoric",

"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:c8": "c8 --all $C8_OPTIONS ava",
"test:xs": "exit 0"
},
"devDependencies": {
"@agoric/assert": "0.6.1-dev-5375019.0+5375019",
"@agoric/swingset-liveslots": "0.10.3-dev-5375019.0+5375019",
"@endo/bundle-source": "^3.2.3",
"@endo/import-bundle": "^1.1.2",
"@endo/init": "^1.1.2",
"@endo/marshal": "^1.5.0",
"@agoric/swingset-liveslots": "0.10.3-dev-537ffd0.0+537ffd0",
"@endo/bundle-source": "^3.5.0",
"@endo/errors": "^1.2.8",
"@endo/import-bundle": "^1.3.2",
"@endo/init": "^1.1.7",
"@endo/marshal": "^1.6.2",
"ava": "^5.3.0",
"c8": "^9.1.0"
"c8": "^10.1.2"
},

@@ -56,5 +56,5 @@ "files": [

"typeCoverage": {
"atLeast": 83.64
"atLeast": 83.68
},
"gitHead": "5375019b35f3488bd2c7be2834f2a7030f62b404"
"gitHead": "537ffd077b75c175412e54f116c885cbb64d80fc"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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