🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

react-native-onyx

Package Overview
Dependencies
Maintainers
1
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-onyx - npm Package Compare versions

Comparing version
3.0.66
to
3.0.67
+5
-0
dist/OnyxUtils.d.ts

@@ -261,2 +261,6 @@ import type { ValueOf } from 'type-fest';

/**
* Getter - returns the callback to state mapping, useful in test environments.
*/
declare function getCallbackToStateMapping(): Record<number, CallbackToStateMapping<OnyxKey>>;
/**
* Clear internal variables used in this file, useful in test environments.

@@ -320,2 +324,3 @@ */

setCollectionWithRetry: typeof setCollectionWithRetry;
getCallbackToStateMapping: typeof getCallbackToStateMapping;
};

@@ -322,0 +327,0 @@ export type { OnyxMethod };

+1
-1
{
"name": "react-native-onyx",
"version": "3.0.66",
"version": "3.0.67",
"author": "Expensify, Inc.",

@@ -5,0 +5,0 @@ "homepage": "https://expensify.com",

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