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.6.0 to 1.7.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.7.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.6.0...@agoric/captp@1.7.0) (2020-12-10)
### Features
* **import-bundle:** Preliminary support Endo zip hex bundle format ([#1983](https://github.com/Agoric/agoric-sdk/issues/1983)) ([983681b](https://github.com/Agoric/agoric-sdk/commit/983681bfc4bf512b6bd90806ed9220cd4fefc13c))
# [1.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.5.2-dev.0...@agoric/captp@1.6.0) (2020-11-07)

@@ -8,0 +19,0 @@

24

package.json
{
"name": "@agoric/captp",
"version": "1.6.0",
"version": "1.7.0",
"description": "Capability Transfer Protocol for distributed objects",
"parsers": {
"js": "mjs"
},
"keywords": [

@@ -36,3 +39,3 @@ "agoric",

"devDependencies": {
"@agoric/install-ses": "^0.4.0",
"@agoric/install-ses": "^0.5.0",
"ava": "^3.12.1",

@@ -42,6 +45,6 @@ "nyc": "^15.1.0"

"dependencies": {
"@agoric/eventual-send": "^0.12.0",
"@agoric/marshal": "^0.2.7",
"@agoric/eventual-send": "^0.13.0",
"@agoric/marshal": "^0.3.0",
"@agoric/nat": "^2.0.1",
"@agoric/promise-kit": "^0.1.7",
"@agoric/promise-kit": "^0.2.0",
"esm": "^3.2.5"

@@ -64,3 +67,12 @@ },

},
"gitHead": "20bc9a904a3f3768943ed51323ce14a4f609a233"
"eslintConfig": {
"extends": [
"@agoric"
]
},
"prettier": {
"trailingComma": "all",
"singleQuote": true
},
"gitHead": "f9fab94b70ed22d7fcccb261af11ed8dd6348614"
}
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