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.6.77 to 2.6.78

5

dist/axii.d.ts

@@ -1021,2 +1021,7 @@ import { ManualCleanup as ManualCleanup_2 } from './manualCleanup';

/**
* @category Reactive State Utility
*/
export declare function reactiveMouseIn(ref: HTMLElement, value: Atom<boolean>): () => void;
declare type ReactivePositionOptions = 'requestAnimationFrame' | 'requestIdleCallback' | 'manual' | PositionRecalculateInterval | PositionRecalculateEvent[];

@@ -1023,0 +1028,0 @@

13

dist/axii.js

@@ -1425,2 +1425,12 @@ import { isAtom as G, atom as ee, RxList as _, RxSet as se, RxMap as ie, reactive as Te, ReactiveEffect as ve, computed as me, destroyComputed as ye, autorun as ge, Notifier as oe, isReactive as Le, TrackOpTypes as ae, TriggerOpTypes as K } from "data0";

const r = () => {
e(!0);
}, n = () => {
e(!1);
};
return t.addEventListener("mouseenter", r), t.addEventListener("mouseleave", n), () => {
t.removeEventListener("mouseenter", r), t.removeEventListener("mouseleave", n);
};
}
function gr(t, e) {
const r = () => {
e({

@@ -1488,3 +1498,4 @@ scrollTop: t.scrollTop,

fr as reactiveFocused,
yr as reactiveScrollPosition,
yr as reactiveMouseIn,
gr as reactiveScrollPosition,
ur as reactiveSize,

@@ -1491,0 +1502,0 @@ Mt as setAutoUnitType,

2

package.json
{
"name": "axii",
"version": "2.6.77",
"version": "2.6.78",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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