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.7 to 0.3.0

16

CHANGELOG.md

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

# [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.2.7...@agoric/marshal@0.3.0) (2020-12-10)
### Bug Fixes
* minor tweaks for dapp-oracle ([b8169c1](https://github.com/Agoric/agoric-sdk/commit/b8169c1f39bc0c0d7c07099df2ac23ee7df05733))
### 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))
## [0.2.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.2.7-dev.0...@agoric/marshal@0.2.7) (2020-11-07)

@@ -8,0 +24,0 @@

65

package.json
{
"name": "@agoric/marshal",
"version": "0.2.7",
"version": "0.3.0",
"description": "marshal",
"parsers": {
"js": "mjs"
},
"main": "index.js",

@@ -35,9 +38,9 @@ "directories": {

"dependencies": {
"@agoric/assert": "^0.1.0",
"@agoric/eventual-send": "^0.12.0",
"@agoric/assert": "^0.2.0",
"@agoric/eventual-send": "^0.13.0",
"@agoric/nat": "^2.0.1",
"@agoric/promise-kit": "^0.1.7"
"@agoric/promise-kit": "^0.2.0"
},
"devDependencies": {
"@agoric/install-ses": "^0.4.0",
"@agoric/install-ses": "^0.5.0",
"ava": "^3.12.1",

@@ -54,47 +57,9 @@ "esm": "^3.2.25",

"extends": [
"airbnb-base",
"plugin:prettier/recommended",
"plugin:jsdoc/recommended"
],
"parser": "@typescript-eslint/parser",
"env": {
"es6": true
},
"globals": {
"harden": "readonly"
},
"rules": {
"implicit-arrow-linebreak": "off",
"function-paren-newline": "off",
"arrow-parens": "off",
"strict": "off",
"prefer-destructuring": "off",
"no-else-return": "off",
"no-console": "off",
"no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_"
}
],
"no-return-assign": "off",
"no-param-reassign": "off",
"no-restricted-syntax": [
"off",
"ForOfStatement"
],
"no-unused-expressions": "off",
"no-loop-func": "off",
"no-inner-declarations": "off",
"import/prefer-default-export": "off",
"import/no-extraneous-dependencies": "off",
"jsdoc/no-undefined-types": "off",
"jsdoc/require-jsdoc": "off",
"jsdoc/require-property-description": "off",
"jsdoc/require-param-description": "off",
"jsdoc/require-returns": "off",
"jsdoc/require-returns-description": "off"
}
"@agoric"
]
},
"prettier": {
"trailingComma": "all",
"singleQuote": true
},
"publishConfig": {

@@ -112,3 +77,3 @@ "access": "public"

},
"gitHead": "20bc9a904a3f3768943ed51323ce14a4f609a233"
"gitHead": "f9fab94b70ed22d7fcccb261af11ed8dd6348614"
}

@@ -24,3 +24,3 @@ // @ts-check

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

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

@@ -142,3 +142,3 @@ /**

/**
* @callback GetInterfaceOf
* @callback MarshalGetInterfaceOf
* Simple semantics, just tell what interface (or undefined) a remotable has.

@@ -145,0 +145,0 @@ *

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