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
8
Versions
1430
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.9.1-dev-a21863b.0 to 0.9.1-dev-a3f4ef3.0

2

lib/supervisor-helper.js

@@ -38,3 +38,3 @@ import { assert } from '@agoric/assert';

.then(
() => harden(['ok', null, null]),
res => harden(['ok', res, null]),
err => {

@@ -41,0 +41,0 @@ // TODO react more thoughtfully, maybe terminate the vat

@@ -273,2 +273,3 @@ /* global globalThis WeakRef FinalizationRegistry */

) {
assert(bundle, 'bundle undefined (duplicate buildVatNamespace call?)');
const vatNS = await importBundle(bundle, {

@@ -278,2 +279,3 @@ endowments: { ...workerEndowments, ...lsEndowments },

});
bundle = undefined; // overwrite to allow GC to discard big string
workerLog(`got vatNS:`, Object.keys(vatNS).join(','));

@@ -280,0 +282,0 @@ return vatNS;

{
"name": "@agoric/swingset-xsnap-supervisor",
"version": "0.9.1-dev-a21863b.0+a21863b",
"version": "0.9.1-dev-a3f4ef3.0+a3f4ef3",
"description": "Supervisor/Liveslots bundle for swingset xsnap workers",

@@ -26,8 +26,8 @@ "author": "Agoric",

"devDependencies": {
"@agoric/assert": "0.5.2-dev-a21863b.0+a21863b",
"@agoric/swingset-liveslots": "0.9.1-dev-a21863b.0+a21863b",
"@endo/bundle-source": "^2.4.2",
"@endo/import-bundle": "^0.3.0",
"@endo/init": "^0.5.52",
"@endo/marshal": "^0.8.1",
"@agoric/assert": "0.5.2-dev-a3f4ef3.0+a3f4ef3",
"@agoric/swingset-liveslots": "0.9.1-dev-a3f4ef3.0+a3f4ef3",
"@endo/bundle-source": "^2.5.0",
"@endo/import-bundle": "^0.3.3",
"@endo/init": "^0.5.55",
"@endo/marshal": "^0.8.4",
"ava": "^5.2.0",

@@ -52,3 +52,3 @@ "c8": "^7.13.0"

},
"gitHead": "a21863b9a2393251b333992e5f33073699d22150"
"gitHead": "a3f4ef33984d171fa2c0d7759e232f48ad98f743"
}

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