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

@agoric/marshal

Package Overview
Dependencies
Maintainers
5
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/marshal - npm Package Compare versions

Comparing version 0.2.6-dev.2 to 0.2.6

8

CHANGELOG.md

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

## [0.2.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.2.6-dev.2...@agoric/marshal@0.2.6) (2020-10-11)
**Note:** Version bump only for package @agoric/marshal
## [0.2.6-dev.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.2.6-dev.1...@agoric/marshal@0.2.6-dev.2) (2020-09-18)

@@ -8,0 +16,0 @@

3

marshal.js

@@ -33,2 +33,3 @@ // @ts-check

*
* @callback GetInterfaceOf
* @param {*} maybeRemotable the value to check

@@ -38,2 +39,4 @@ * @returns {InterfaceSpec|undefined} the interface specification, or undefined

*/
/** @type {GetInterfaceOf} */
export function getInterfaceOf(maybeRemotable) {

@@ -40,0 +43,0 @@ return remotableToInterface.get(maybeRemotable);

12

package.json
{
"name": "@agoric/marshal",
"version": "0.2.6-dev.2",
"version": "0.2.6",
"description": "marshal",

@@ -35,9 +35,9 @@ "main": "marshal.js",

"dependencies": {
"@agoric/assert": "^0.0.11-dev.2",
"@agoric/eventual-send": "^0.11.1-dev.2",
"@agoric/assert": "^0.0.11",
"@agoric/eventual-send": "^0.11.1",
"@agoric/nat": "^2.0.1",
"@agoric/promise-kit": "^0.1.6-dev.2"
"@agoric/promise-kit": "^0.1.6"
},
"devDependencies": {
"@agoric/install-ses": "^0.3.2-dev.2",
"@agoric/install-ses": "^0.3.2",
"ava": "^3.12.1",

@@ -106,3 +106,3 @@ "esm": "^3.2.25",

},
"gitHead": "433cc17e06b38df2e3b9034d5e2ab8f7e33f239d"
"gitHead": "f30f9c002959e5f358b6458315057141c29605e8"
}
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