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.9 to 2.7.10

1

dist/axii.d.ts

@@ -1179,2 +1179,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;

createIndexKeySelection(currentValues: RxSet<number> | Atom<null | number>, autoResetValue?: boolean): RxList<[T, Atom<boolean>]>;
concat(...others: RxList<T>[]): RxList<T>;
}

@@ -1181,0 +1182,0 @@

4

package.json
{
"name": "axii",
"version": "2.7.9",
"version": "2.7.10",
"description": "",

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

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