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.4.11 to 0.4.12

9

CHANGELOG.md

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

### [0.4.12](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.11...@agoric/marshal@0.4.12) (2021-06-15)
### Bug Fixes
* Pin ESM to forked version ([54dbb55](https://github.com/Agoric/agoric-sdk/commit/54dbb55d64d7ff7adb395bc4bd9d1461dd2d3c17))
## [0.4.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.10...@agoric/marshal@0.4.11) (2021-05-10)

@@ -8,0 +17,0 @@

2

exported.js

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

import './src/types';
import './src/types.js';

@@ -5,6 +5,12 @@ export {

passStyleOf,
} from './src/passStyleOf';
} from './src/passStyleOf.js';
export { pureCopy, QCLASS, makeMarshal, Remotable, Far } from './src/marshal';
export {
pureCopy,
QCLASS,
makeMarshal,
Remotable,
Far,
} from './src/marshal.js';
export { stringify, parse } from './src/marshal-stringify';
export { stringify, parse } from './src/marshal-stringify.js';
{
"name": "@agoric/marshal",
"version": "0.4.11",
"version": "0.4.12",
"description": "marshal",

@@ -15,3 +15,2 @@ "parsers": {

"test": "ava",
"test:nyc": "nyc ava",
"test:xs": "exit 0",

@@ -40,13 +39,12 @@ "pretty-fix": "prettier --write '**/*.js'",

"dependencies": {
"@agoric/assert": "^0.2.12",
"@agoric/eventual-send": "^0.13.14",
"@agoric/nat": "^4.0.0",
"@agoric/promise-kit": "^0.2.13"
"@agoric/assert": "^0.3.0",
"@agoric/eventual-send": "^0.13.15",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "^0.2.14"
},
"devDependencies": {
"@agoric/install-ses": "^0.5.13",
"@agoric/swingset-vat": "^0.17.2",
"@agoric/install-ses": "^0.5.14",
"@agoric/swingset-vat": "^0.17.3",
"ava": "^3.12.1",
"esm": "^3.2.25",
"nyc": "^15.1.0"
"esm": "agoric-labs/esm#Agoric-built"
},

@@ -79,3 +77,3 @@ "files": [

},
"gitHead": "d8f34ff1881b4f7e627f3fdab6888e9ef711bab6"
"gitHead": "9ca63a63f1a46b3564785cb3227010f2ae4e98fa"
}

@@ -8,6 +8,6 @@ // @ts-check

import { assert, details as X, q } from '@agoric/assert';
import { getErrorConstructor } from './passStyleOf';
import { QCLASS } from './marshal';
import { getErrorConstructor } from './passStyleOf.js';
import { QCLASS } from './marshal.js';
import './types';
import './types.js';

@@ -14,0 +14,0 @@ const { ownKeys } = Reflect;

// @ts-check
import { assert, details as X } from '@agoric/assert';
import { makeMarshal } from './marshal';
import { makeMarshal } from './marshal.js';
import './types';
import './types.js';

@@ -8,0 +8,0 @@ /** @type {ConvertValToSlot<any>} */

@@ -15,5 +15,5 @@ // @ts-check

assertIface,
} from './passStyleOf';
} from './passStyleOf.js';
import './types';
import './types.js';

@@ -20,0 +20,0 @@ const {

@@ -9,4 +9,4 @@ // @ts-check

import './types';
import '@agoric/assert/exported';
import './types.js';
import '@agoric/assert/exported.js';

@@ -13,0 +13,0 @@ // Setting this flag to true is what allows objects with `null` or

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