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.29-dev-f662032.0 to 0.5.0

22

CHANGELOG.md

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

## [0.5.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.28...@agoric/marshal@0.5.0) (2021-12-02)
### ⚠ BREAKING CHANGES
* **ERTP:** NatValues now only accept bigints, lower-case amountMath is removed, and AmountMath methods always follow the order of: brand, value
* chore: fix up INPUT_VALIDATON.md
* chore: address PR comments
### Bug Fixes
* default to disallowing implicit remotables ([#3736](https://github.com/Agoric/agoric-sdk/issues/3736)) ([d14a665](https://github.com/Agoric/agoric-sdk/commit/d14a66548f3981334f9738bbca3b906901c2e657))
### Miscellaneous Chores
* **ERTP:** additional input validation and clean up ([#3892](https://github.com/Agoric/agoric-sdk/issues/3892)) ([067ea32](https://github.com/Agoric/agoric-sdk/commit/067ea32b069596202d7f8e7c5e09d5ea7821f6b2))
### [0.4.28](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.27...@agoric/marshal@0.4.28) (2021-10-13)

@@ -8,0 +30,0 @@

12

package.json
{
"name": "@agoric/marshal",
"version": "0.4.29-dev-f662032.0+f662032",
"version": "0.5.0",
"description": "marshal",

@@ -37,9 +37,9 @@ "type": "module",

"dependencies": {
"@agoric/assert": "0.3.15-dev-f662032.0+f662032",
"@agoric/eventual-send": "0.13.31-dev-f662032.0+f662032",
"@agoric/assert": "^0.3.15",
"@agoric/eventual-send": "^0.14.0",
"@agoric/nat": "^4.1.0",
"@agoric/promise-kit": "0.2.29-dev-f662032.0+f662032"
"@agoric/promise-kit": "^0.2.29"
},
"devDependencies": {
"@agoric/lockdown": "0.1.1-dev-f662032.0+f662032",
"@agoric/lockdown": "^0.1.1",
"@endo/ses-ava": "^0.2.8",

@@ -72,3 +72,3 @@ "ava": "^3.12.1",

},
"gitHead": "f662032ab0da89725cd6626a4d7d376993141807"
"gitHead": "6bf2266dced044bdf0152dd1ecf68fedf95c40a4"
}
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