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
10
Versions
976
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-4a33acc.0 to 0.1.1-dev-4a47b35.0

24

package.json
{
"name": "@agoric/base-zone",
"version": "0.1.1-dev-4a33acc.0+4a33acc",
"version": "0.1.1-dev-4a47b35.0+4a47b35",
"description": "Allocation zone abstraction library and heap implementation",

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

"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:c8": "c8 --all $C8_OPTIONS ava",
"test:xs": "exit 0",

@@ -31,13 +31,13 @@ "lint-fix": "yarn lint:eslint --fix",

"dependencies": {
"@agoric/store": "0.9.3-dev-4a33acc.0+4a33acc",
"@endo/common": "^1.2.6",
"@endo/errors": "^1.2.6",
"@endo/exo": "^1.5.4",
"@endo/far": "^1.1.6",
"@endo/pass-style": "^1.4.4",
"@endo/patterns": "^1.4.4"
"@agoric/store": "0.9.3-dev-4a47b35.0+4a47b35",
"@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"
},
"devDependencies": {
"@endo/init": "^1.1.5",
"@endo/ses-ava": "^1.2.6",
"@endo/init": "^1.1.7",
"@endo/ses-ava": "^1.2.8",
"ava": "^5.3.0"

@@ -64,3 +64,3 @@ },

},
"gitHead": "4a33accaeeba27044ab07dd04f64226de1b77759"
"gitHead": "4a47b3561d4734d9214195ea1b1cbc1735d38a54"
}

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

export function makeHeapZone(baseLabel?: string | undefined): import("./types.js").Zone;
export function makeHeapZone(baseLabel?: string): import("./types.js").Zone;
//# sourceMappingURL=heap.d.ts.map

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

export function makeOnceKit(debugName: string, stores: import("./types.js").Stores, backingStore?: globalThis.MapStore<string, any> | undefined): {
export function makeOnceKit(debugName: string, stores: import("./types.js").Stores, backingStore?: import("@agoric/swingset-liveslots").MapStore<string, any>): {
makeOnce: <V>(key: string, maker: (key: string) => V) => V;
wrapProvider: <T extends (key: string, ...rest: any[]) => any>(provider: T, labelToKeys?: ((label: string) => string[]) | undefined) => T;
wrapProvider: <T extends (key: string, ...rest: any[]) => any>(provider: T, labelToKeys?: (label: string) => string[]) => T;
};
//# sourceMappingURL=make-once.d.ts.map

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

export function prepareRevocableMakerKit<U = any>(zone: import("@agoric/base-zone").Zone, uKindName: string, uMethodNames: (string | symbol)[], options?: RevocableKitOptions<any> | undefined): RevocableMakerKit<U>;
export function prepareRevocableMakerKit<U = any>(zone: import("@agoric/base-zone").Zone, uKindName: string, uMethodNames: (string | symbol)[], options?: RevocableKitOptions): RevocableMakerKit<U>;
export type RevocableMakerKit<U = any> = {

@@ -3,0 +3,0 @@ revoke: (revocable: U) => boolean;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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