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

@agoric/captp

Package Overview
Dependencies
Maintainers
5
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/captp - npm Package Compare versions

Comparing version 1.7.5-dev.0 to 1.7.5

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [1.7.5-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.4...@agoric/captp@1.7.5-dev.0) (2021-03-26)
## [1.7.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.4...@agoric/captp@1.7.5) (2021-04-06)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @agoric/captp

@@ -87,3 +87,8 @@ // @ts-check

convertSlotToVal,
{ marshalName: `captp:${ourId}` },
{
marshalName: `captp:${ourId}`,
// TODO Temporary hack.
// See https://github.com/Agoric/agoric-sdk/issues/2780
errorIdNum: 20000,
},
);

@@ -90,0 +95,0 @@

{
"name": "@agoric/captp",
"version": "1.7.5-dev.0",
"version": "1.7.5",
"description": "Capability Transfer Protocol for distributed objects",

@@ -38,3 +38,3 @@ "parsers": {

"devDependencies": {
"@agoric/install-ses": "^0.5.5-dev.0",
"@agoric/install-ses": "^0.5.5",
"ava": "^3.12.1",

@@ -44,6 +44,6 @@ "nyc": "^15.1.0"

"dependencies": {
"@agoric/eventual-send": "^0.13.5-dev.0",
"@agoric/marshal": "^0.4.2-dev.0",
"@agoric/eventual-send": "^0.13.5",
"@agoric/marshal": "^0.4.2",
"@agoric/nat": "^4.0.0",
"@agoric/promise-kit": "^0.2.5-dev.0",
"@agoric/promise-kit": "^0.2.5",
"esm": "^3.2.5"

@@ -75,3 +75,3 @@ },

},
"gitHead": "3600ed30e30d2b26512fe8fd8e73d9f13ab0d125"
"gitHead": "fda787c49e9e3a80c3b2c3b0e620da0208ca7a3e"
}
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