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
1334
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-940d3f0.0 to 0.10.3-dev-9418efc.0

4

lib/supervisor-subprocess-xsnap.js

@@ -103,7 +103,7 @@ /* global globalThis WeakRef FinalizationRegistry */

*
* @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 => {

@@ -110,0 +110,0 @@ let txt;

{
"name": "@agoric/swingset-xsnap-supervisor",
"version": "0.10.3-dev-940d3f0.0+940d3f0",
"version": "0.10.3-dev-9418efc.0+9418efc",
"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/swingset-liveslots": "0.10.3-dev-940d3f0.0+940d3f0",
"@endo/bundle-source": "^3.2.3",
"@endo/errors": "^1.2.2",
"@endo/import-bundle": "^1.1.2",
"@endo/init": "^1.1.2",
"@endo/marshal": "^1.5.0",
"@agoric/swingset-liveslots": "0.10.3-dev-9418efc.0+9418efc",
"@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": "940d3f0a993ca45a6bb0893bd59e6df1f22d9143"
"gitHead": "9418efc6d8ba27f3361754ea2a55b47a367e06b3"
}

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