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

@agoric/vat-data

Package Overview
Dependencies
Maintainers
10
Versions
2364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/vat-data - npm Package Compare versions

Comparing version 0.5.3-dev-7f12e80.0 to 0.5.3-dev-7f4df76.0

23

package.json
{
"name": "@agoric/vat-data",
"version": "0.5.3-dev-7f12e80.0+7f12e80",
"version": "0.5.3-dev-7f4df76.0+7f4df76",
"description": "Safe access to VatData global",

@@ -11,3 +11,2 @@ "type": "module",

"test": "ava",
"test:c8": "exit 0",
"test:xs": "exit 0",

@@ -23,13 +22,13 @@ "lint-fix": "yarn lint:eslint --fix",

"dependencies": {
"@agoric/base-zone": "0.1.1-dev-7f12e80.0+7f12e80",
"@agoric/store": "0.9.3-dev-7f12e80.0+7f12e80",
"@agoric/swingset-liveslots": "0.10.3-dev-7f12e80.0+7f12e80",
"@endo/errors": "^1.2.4",
"@endo/exo": "^1.5.2",
"@endo/patterns": "^1.4.2"
"@agoric/base-zone": "0.1.1-dev-7f4df76.0+7f4df76",
"@agoric/store": "0.9.3-dev-7f4df76.0+7f4df76",
"@agoric/swingset-liveslots": "0.10.3-dev-7f4df76.0+7f4df76",
"@endo/errors": "^1.2.9",
"@endo/exo": "^1.5.8",
"@endo/patterns": "^1.4.8"
},
"devDependencies": {
"@endo/far": "^1.1.4",
"@endo/init": "^1.1.3",
"@endo/ses-ava": "^1.2.4",
"@endo/far": "^1.1.10",
"@endo/init": "^1.1.8",
"@endo/ses-ava": "^1.2.9",
"ava": "^5.3.0",

@@ -55,3 +54,3 @@ "tsd": "^0.31.1"

},
"gitHead": "7f12e80b36a41b74433162db9e8df0344330060d"
"gitHead": "7f4df7622f3e70d2b80b83139e16c4f28616203a"
}

@@ -292,3 +292,6 @@ // @jessie-check

* @param {InterfaceGuard | undefined} interfaceGuard
* @param {M} methods
* @param {M &
* ThisType<{
* self: RemotableObject & M;
* }>} methods
* @param {DefineKindOptions<{ self: M }>} [options]

@@ -295,0 +298,0 @@ * @returns {import('@endo/exo').Guarded<M>}

@@ -53,3 +53,3 @@ // @jessie-check

// causes this error in typedoc: Expected a symbol for node with kind Identifier
/** @typedef {MapStore<string, any>} Baggage */
/** @typedef {import('@agoric/swingset-liveslots').MapStore<string, any>} Baggage */

@@ -56,0 +56,0 @@ // //////////////////////////// deprecated /////////////////////////////////////

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

/* eslint-disable no-use-before-define */
import { expectType } from 'tsd';

@@ -9,3 +8,3 @@ import type {

} from '@agoric/swingset-liveslots';
import { VirtualObjectManager } from '@agoric/swingset-liveslots/src/virtualObjectManager.js';
import type { VirtualObjectManager } from '@agoric/swingset-liveslots/src/virtualObjectManager.js';
import {

@@ -12,0 +11,0 @@ defineKind,

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