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
291
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.7.8 to 2.7.9

4

dist/axii.d.ts

@@ -368,3 +368,3 @@ declare type AllowFixed<T> = T extends RxList<infer U> ? U[] | T : T extends RxMap<infer K, infer V> ? [K, V][] | T : T extends Atom<infer U> ? U | T : T;

declare type DirtyCallback = (recompute: (force?: boolean) => void, markDirty: () => any) => void;
declare type DirtyCallback = (recompute: (force?: boolean) => void, markDirty: () => any, infos?: any[]) => void;

@@ -1153,2 +1153,4 @@ /* Excluded from this release type: dispatchEvent_2 */

sortSelf(compare: (a: T, b: T) => number): void;
private static binarySearchInsert;
toSorted(compare?: (a: T, b: T) => number): RxList<T>;
at(index: number): T | undefined;

@@ -1155,0 +1157,0 @@ forEach(handler: (item: T, index: number) => void): void;

{
"name": "axii",
"version": "2.7.8",
"version": "2.7.9",
"description": "",

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

"peerDependencies": {
"data0": "^1.7.46"
"data0": "^1.7.47"
}
}
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