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.2 to 1.7.3

11

CHANGELOG.md

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

## [1.7.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.2...@agoric/captp@1.7.3) (2021-03-16)
### Bug Fixes
* make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647)
## [1.7.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.1...@agoric/captp@1.7.2) (2021-02-22)

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

2

lib/index.js

@@ -1,2 +0,2 @@

import Nat from '@agoric/nat';
import { Nat } from '@agoric/nat';

@@ -3,0 +3,0 @@ export * from '@agoric/marshal';

{
"name": "@agoric/captp",
"version": "1.7.2",
"version": "1.7.3",
"description": "Capability Transfer Protocol for distributed objects",

@@ -33,9 +33,8 @@ "parsers": {

"test:nyc": "nyc ava",
"test:xs": "exit 0",
"lint-fix": "eslint --fix '**/*.js'",
"lint-check": "eslint 'lib/*.js'",
"lint-fix-jessie": "eslint -c '.eslintrc-jessie.js' --fix '**/*.js'",
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.js'"
"lint-check": "eslint 'lib/*.js'"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.2",
"@agoric/install-ses": "^0.5.3",
"ava": "^3.12.1",

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

"dependencies": {
"@agoric/eventual-send": "^0.13.2",
"@agoric/marshal": "^0.3.2",
"@agoric/nat": "^2.0.1",
"@agoric/promise-kit": "^0.2.2",
"@agoric/eventual-send": "^0.13.3",
"@agoric/marshal": "^0.4.0",
"@agoric/nat": "^4.0.0",
"@agoric/promise-kit": "^0.2.3",
"esm": "^3.2.5"

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

},
"gitHead": "d9b77a4d36fe99c963e86733b90d878231201422"
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7"
}
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