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.1.4 to 0.1.5

16

CHANGELOG.md

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

## [0.1.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.1.5-alpha.0...@agoric/marshal@0.1.5) (2020-04-13)
**Note:** Version bump only for package @agoric/marshal
## [0.1.5-alpha.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.1.4...@agoric/marshal@0.1.5-alpha.0) (2020-04-12)
**Note:** Version bump only for package @agoric/marshal
## [0.1.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.1.4-alpha.0...@agoric/marshal@0.1.4) (2020-04-02)

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

4

marshal.js
import harden from '@agoric/harden';
import Nat from '@agoric/nat';
import { HandledPromise } from '@agoric/eventual-send';
import { isPromise } from '@agoric/produce-promise';

@@ -199,3 +199,3 @@ // Special property name that indicates an encoding that needs special

}
if (HandledPromise.resolve(val) === val) {
if (isPromise(val)) {
return 'promise';

@@ -202,0 +202,0 @@ }

{
"name": "@agoric/marshal",
"version": "0.1.4",
"version": "0.1.5",
"description": "marshal",

@@ -31,5 +31,6 @@ "main": "marshal.js",

"dependencies": {
"@agoric/eventual-send": "^0.7.0",
"@agoric/eventual-send": "^0.8.0",
"@agoric/harden": "0.0.4",
"@agoric/nat": "^2.0.1"
"@agoric/nat": "^2.0.1",
"@agoric/produce-promise": "^0.0.5"
},

@@ -45,3 +46,3 @@ "devDependencies": {

},
"gitHead": "536b8e521e881357ca2945533b027ab0bd4b85e5"
"gitHead": "a5fe2624fedcf3b8adf46ed6c157c29fd459b2ed"
}
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