New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/base-zone

Package Overview
Dependencies
Maintainers
0
Versions
1043
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/base-zone - npm Package Compare versions

Comparing version 0.1.1-upgrade-18a-dev-eaeaf5a.0 to 0.1.1-upgrade-19-dev-2a71f04.0

23

CHANGELOG.md

@@ -5,24 +5,1 @@ # Change Log

See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### [0.1.1-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/base-zone@0.1.1-u18.0...@agoric/base-zone@0.1.1-u18.1) (2024-12-24)
**Note:** Version bump only for package @agoric/base-zone
### 0.1.1-u18.0 (2024-10-31)
### Features
* **base-zone:** add `zone.watchPromise` ([9ce80d0](https://github.com/Agoric/agoric-sdk/commit/9ce80d06c0a56471d2da9f372b0b2d93d31d159a))
* **base-zone:** alt revocable api using amplifier ([#8977](https://github.com/Agoric/agoric-sdk/issues/8977)) ([5cdf6e3](https://github.com/Agoric/agoric-sdk/commit/5cdf6e3a8b4fbb5cb8e276e6efeec65d9c3d6623))
* **base-zone:** new package ([b7bc677](https://github.com/Agoric/agoric-sdk/commit/b7bc677238eee5969ac0a95dc066434ef676216e))
* **watchUtils:** handle non-storables ([8c27c67](https://github.com/Agoric/agoric-sdk/commit/8c27c6725ba7ef4b71d3ab0ccfdbddd755bcd926))
### Bug Fixes
* **base-zone,zone:** import `isPassable` from @endo/pass-style ([#9230](https://github.com/Agoric/agoric-sdk/issues/9230)) ([fbd8633](https://github.com/Agoric/agoric-sdk/commit/fbd8633ae9f8420a589dd9bc32925418f2dde060))

22

package.json
{
"name": "@agoric/base-zone",
"version": "0.1.1-upgrade-18a-dev-eaeaf5a.0+eaeaf5a",
"version": "0.1.1-upgrade-19-dev-2a71f04.0+2a71f04",
"description": "Allocation zone abstraction library and heap implementation",

@@ -30,13 +30,13 @@ "type": "module",

"dependencies": {
"@agoric/store": "0.9.3-upgrade-18a-dev-eaeaf5a.0+eaeaf5a",
"@endo/common": "^1.2.8",
"@endo/errors": "^1.2.8",
"@endo/exo": "^1.5.7",
"@endo/far": "^1.1.9",
"@endo/pass-style": "^1.4.7",
"@endo/patterns": "^1.4.7"
"@agoric/store": "0.9.3-upgrade-19-dev-2a71f04.0+2a71f04",
"@endo/common": "^1.2.9",
"@endo/errors": "^1.2.9",
"@endo/exo": "^1.5.8",
"@endo/far": "^1.1.10",
"@endo/pass-style": "^1.4.8",
"@endo/patterns": "^1.4.8"
},
"devDependencies": {
"@endo/init": "^1.1.7",
"@endo/ses-ava": "^1.2.8",
"@endo/init": "^1.1.8",
"@endo/ses-ava": "^1.2.9",
"ava": "^5.3.0"

@@ -63,3 +63,3 @@ },

},
"gitHead": "eaeaf5a9352fca37e580f26729679af4cbf2b491"
"gitHead": "2a71f04176f1a27be8e0356595d3dcd62f6d9186"
}

@@ -46,3 +46,3 @@ export type KeyCategories = "exoClass" | "exoClassKit" | "exo" | "store" | "zone";

*/
mapStore: (label: string, options?: StoreOptions) => MapStore<any, any>;
mapStore: <K, V>(label: string, options?: StoreOptions) => MapStore<K, V>;
/**

@@ -49,0 +49,0 @@ * provide a Set-like store named `label` in the zone

@@ -36,3 +36,3 @@ // eslint-disable-next-line no-unused-vars

* @property {(specimen: unknown) => boolean} isStorable return true if the specimen can be stored in the zone, whether as exo-object state or in a store
* @property {(label: string, options?: StoreOptions) => MapStore<any, any>} mapStore provide a Map-like store named `label` in the zone
* @property {<K, V>(label: string, options?: StoreOptions) => MapStore<K, V>} mapStore provide a Map-like store named `label` in the zone
* @property {<K>(label: string, options?: StoreOptions) => SetStore<K>} setStore provide a Set-like store named `label` in the zone

@@ -39,0 +39,0 @@ * @property {<K, V>(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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