@agoric/marshal
Advanced tools
Comparing version 0.4.28 to 0.4.29-dev.0
@@ -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'; |
{ | ||
"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 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
127363
24
2705
0
1
- Removed@agoric/assert@0.3.16(transitive)
- Removed@agoric/eventual-send@0.13.300.14.1(transitive)
- Removed@agoric/promise-kit@0.2.29(transitive)