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
1330
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-c7eca9b.0 to 0.10.3-dev-c833874.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-c7eca9b.0+c7eca9b",
"version": "0.10.3-dev-c833874.0+c833874",
"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-c7eca9b.0+c7eca9b",
"@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-c833874.0+c833874",
"@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"
},

@@ -58,3 +58,3 @@ "files": [

},
"gitHead": "c7eca9bba1bb4ca361c716570ef2ee4bc496beb0"
"gitHead": "c8338748a7371fd4e47e5b45c9cd365ab83d5cf5"
}

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