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

axii

Package Overview
Dependencies
Maintainers
0
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axii - npm Package Compare versions

Comparing version 2.6.24 to 2.6.25

7

dist/axii.d.ts

@@ -66,3 +66,3 @@ /// <reference lib="dom" />

export declare function autorun(fn: (context: GetterContext) => any, scheduleRerun?: DirtyCallback): () => void;
export declare function autorun(fn: (context: GetterContext) => any, scheduleRerun?: DirtyCallback | true): () => void;

@@ -189,2 +189,3 @@ export declare function autoUnit(num: number | string): string;

dataType: ComputedDataType;
preventEffectSession: boolean;
data: ComputedData;

@@ -214,3 +215,3 @@ trackClassInstance: boolean;

isGeneratorPatch: boolean;
constructor(getter?: GetterType | undefined, applyPatch?: ApplyPatchType | undefined, scheduleRecompute?: DirtyCallback | true, callbacks?: CallbacksType | undefined, skipIndicator?: SkipIndicator | undefined, dataType?: ComputedDataType);
constructor(getter?: GetterType | undefined, applyPatch?: ApplyPatchType | undefined, scheduleRecompute?: DirtyCallback | true, callbacks?: CallbacksType | undefined, skipIndicator?: SkipIndicator | undefined, dataType?: ComputedDataType, preventEffectSession?: boolean);
cleanPromise?: Promise<any>;

@@ -722,3 +723,3 @@ runEffect(): any;

export declare function once(fn: () => any, scheduleRerun?: DirtyCallback): () => any;
export declare function once(fn: () => any, scheduleRerun?: DirtyCallback | true): () => any;

@@ -725,0 +726,0 @@ export declare const onDownKey: (handle: (e: KeyboardEvent) => any) => (e: KeyboardEvent) => any;

{
"name": "axii",
"version": "2.6.24",
"version": "2.6.25",
"description": "",

@@ -36,4 +36,4 @@ "main": "index.js",

"peerDependencies": {
"data0": "^1.7.17"
"data0": "^1.7.18"
}
}

Sorry, the diff of this file is too big to display

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