Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/marshal

Package Overview
Dependencies
Maintainers
5
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/marshal - npm Package Compare versions

Comparing version 0.4.28 to 0.4.29-dev.0

src/assertPassStyleOf.js

8

index.js

@@ -20,1 +20,9 @@ export { PASS_STYLE, isObject } from './src/helpers/passStyleHelpers.js';

} from './src/structure.js';
export {
assertRecord,
assertCopyArray,
assertRemotable,
isRemotable,
isRecord,
isCopyArray,
} from './src/assertPassStyleOf.js';

14

package.json
{
"name": "@agoric/marshal",
"version": "0.4.28",
"version": "0.4.29-dev.0+3804194",
"description": "marshal",

@@ -37,10 +37,10 @@ "type": "module",

"dependencies": {
"@agoric/assert": "^0.3.14",
"@agoric/eventual-send": "^0.13.30",
"@agoric/assert": "0.3.15-dev.0+3804194",
"@agoric/eventual-send": "0.13.31-dev.0+3804194",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "^0.2.28"
"@agoric/promise-kit": "0.2.29-dev.0+3804194"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.28",
"@agoric/swingset-vat": "^0.23.0",
"@agoric/install-ses": "0.5.29-dev.0+3804194",
"@agoric/swingset-vat": "0.23.1-dev.0+3804194",
"@endo/ses-ava": "^0.2.8",

@@ -74,3 +74,3 @@ "ava": "^3.12.1",

},
"gitHead": "34bf70e60b29f53ba50fd4afebdb02d9196860fa"
"gitHead": "380419441d21eade22955258bb84602963cbd5e0"
}

@@ -38,8 +38,4 @@ // @ts-check

// flag entirely and fix code that uses it (as if it were always `false`).
//
// Exported only for testing during the transition. The first step
// will be to change the default, the second argument to `getEnvironmentOption`
// below, from `'true'` to `'false'`.
export const ALLOW_IMPLICIT_REMOTABLES =
getEnvironmentOption('ALLOW_IMPLICIT_REMOTABLES', 'true') === 'true';
getEnvironmentOption('ALLOW_IMPLICIT_REMOTABLES', 'false') === 'true';

@@ -46,0 +42,0 @@ /**

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