🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-native/virtualized-lists

Package Overview
Dependencies
Maintainers
10
Versions
685
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/virtualized-lists - npm Package Compare versions

Comparing version

to
0.73.0-nightly-20230603-fd9e295be

react-native-virtualized-lists-0.73.0.tgz

4

Lists/StateSafePureComponent.js

@@ -17,3 +17,3 @@ /**

* `this.props` or `this.state`:
* https://reactjs.org/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous
* https://react.dev/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous
*

@@ -36,3 +36,3 @@ * SafePureComponent adds runtime enforcement, to catch cases where these

setState(
partialState: ?($Shape<State> | ((State, Props) => ?$Shape<State>)),
partialState: ?(Partial<State> | ((State, Props) => ?Partial<State>)),
callback?: () => mixed,

@@ -39,0 +39,0 @@ ): void {

@@ -270,3 +270,3 @@ /**

* The maximum number of items to render in each incremental render batch. The more rendered at
* once, the better the fill rate, but responsiveness my suffer because rendering content may
* once, the better the fill rate, but responsiveness may suffer because rendering content may
* interfere with responding to button taps or other interactions.

@@ -273,0 +273,0 @@ */

@@ -39,3 +39,3 @@ /**

cellKeys: Array<?string>,
props: $Shape<SeparatorProps<ItemT>>,
props: Partial<SeparatorProps<ItemT>>,
) => void,

@@ -42,0 +42,0 @@ prevCellKey: ?string,

@@ -564,3 +564,3 @@ /**

select: 'leading' | 'trailing',
newProps: $Shape<ItemWithSeparatorCommonProps>,
newProps: Partial<ItemWithSeparatorCommonProps>,
) => {

@@ -567,0 +567,0 @@ if (select === 'leading') {

{
"name": "@react-native/virtualized-lists",
"version": "0.72.5",
"version": "0.73.0-nightly-20230603-fd9e295be",
"description": "Virtualized lists for React Native.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git",
"url": "https://github.com/facebook/react-native.git",
"directory": "packages/virtualized-lists"
},
"license": "MIT",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists#readme",
"keywords": [
"lists",
"virtualized-lists",
"section-lists",
"react-native"
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">=16"
},
"dependencies": {

@@ -12,0 +23,0 @@ "invariant": "^2.2.4",