New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/swingset-xsnap-supervisor

Package Overview
Dependencies
Maintainers
10
Versions
1374
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-c951fdc.0 to 0.10.3-dev-c9a663b.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-c951fdc.0+c951fdc",
"version": "0.10.3-dev-c9a663b.0+c9a663b",
"description": "Supervisor/Liveslots bundle for swingset xsnap workers",

@@ -22,7 +22,7 @@ "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-c951fdc.0+c951fdc",
"@agoric/swingset-liveslots": "0.10.3-dev-c9a663b.0+c9a663b",
"@endo/bundle-source": "^3.5.0",

@@ -34,3 +34,3 @@ "@endo/errors": "^1.2.8",

"ava": "^5.3.0",
"c8": "^9.1.0"
"c8": "^10.1.2"
},

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

},
"gitHead": "c951fdcf26daac5108e0164f1e226438f767c5f7"
"gitHead": "c9a663bf3984633b25a0689b45be295f1ea1662e"
}

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