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-dev-46061c3.0 to 0.1.1-dev-4655b76.0

6

package.json
{
"name": "@agoric/base-zone",
"version": "0.1.1-dev-46061c3.0+46061c3",
"version": "0.1.1-dev-4655b76.0+4655b76",
"description": "Allocation zone abstraction library and heap implementation",

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

"dependencies": {
"@agoric/store": "0.9.3-dev-46061c3.0+46061c3",
"@agoric/store": "0.9.3-dev-4655b76.0+4655b76",
"@endo/common": "^1.2.9",

@@ -63,3 +63,3 @@ "@endo/errors": "^1.2.9",

},
"gitHead": "46061c3ad3267fb9642309a5c8287dc01ef9c5dc"
"gitHead": "4655b763a572491f074d522a7dacbe364a7427b0"
}

@@ -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