@agoric/captp
Advanced tools
Comparing version 1.10.8 to 1.10.9-dev-0c4d32b.0
{ | ||
"name": "@agoric/captp", | ||
"version": "1.10.8", | ||
"version": "1.10.9-dev-0c4d32b.0+0c4d32b", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
@@ -39,5 +39,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.29", | ||
"@agoric/swingset-vat": "^0.24.1", | ||
"@endo/ses-ava": "^0.2.8", | ||
"@agoric/install-ses": "0.5.30-dev-0c4d32b.0+0c4d32b", | ||
"@endo/ses-ava": "^0.2.14", | ||
"ava": "^3.12.1", | ||
@@ -47,7 +46,6 @@ "c8": "^7.7.2" | ||
"dependencies": { | ||
"@agoric/assert": "^0.3.15", | ||
"@agoric/eventual-send": "^0.14.0", | ||
"@agoric/marshal": "^0.5.0", | ||
"@agoric/eventual-send": "0.14.1-dev-0c4d32b.0+0c4d32b", | ||
"@agoric/marshal": "0.5.1-dev-0c4d32b.0+0c4d32b", | ||
"@agoric/nat": "^4.1.0", | ||
"@agoric/promise-kit": "^0.2.29" | ||
"@agoric/promise-kit": "0.2.30-dev-0c4d32b.0+0c4d32b" | ||
}, | ||
@@ -71,7 +69,3 @@ "bugs": { | ||
}, | ||
"prettier": { | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
}, | ||
"gitHead": "2b0ce50c0dcb73674fee5587f7342cde2e06d09f" | ||
"gitHead": "0c4d32bb53e935bee28e64b53d9d74ae4c89b44a" | ||
} |
// @ts-check | ||
/* global BigUint64Array */ | ||
/// <reference types="ses"/> | ||
import { assert, details as X } from '@agoric/assert'; | ||
const { details: X } = assert; | ||
@@ -6,0 +7,0 @@ // This is a pathological minimum, but exercised by the unit test. |
// @ts-check | ||
/// <reference types="ses"/> | ||
@@ -10,3 +11,2 @@ // Your app may need to `import '@agoric/eventual-send/shim'` to get HandledPromise | ||
import { isPromise, makePromiseKit } from '@agoric/promise-kit'; | ||
import { assert, details as X } from '@agoric/assert'; | ||
@@ -19,2 +19,4 @@ import { makeTrap } from './trap.js'; | ||
const { details: X } = assert; | ||
/** | ||
@@ -21,0 +23,0 @@ * @param {any} maybeThenable |
/* eslint-disable */ | ||
// eslint-disable-next-line spaced-comment | ||
@@ -4,0 +3,0 @@ import type { Unpromise } from '@agoric/eventual-send'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
4
4
1073
0
72270
1
1
- Removed@agoric/assert@^0.3.15
- Removed@agoric/assert@0.3.16(transitive)
- Removed@agoric/eventual-send@0.14.1(transitive)
- Removed@agoric/marshal@0.5.0(transitive)
- Removed@agoric/promise-kit@0.2.29(transitive)