Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@af-utils/virtual-react

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@af-utils/virtual-react - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

6

lib/index.d.ts

@@ -6,4 +6,2 @@ /**

/// <reference types="react" />
import type { ComponentProps } from 'react';

@@ -62,3 +60,3 @@ import { ElementType } from 'react';

*/
export declare function mapVisibleRange(model: VirtualScroller, cb: (index: number) => JSX.Element): JSX.Element[];
export declare function mapVisibleRange<T>(model: VirtualScroller, cb: (index: number) => T): T[];

@@ -78,3 +76,3 @@ /**

*/
export declare function mapVisibleRangeWithOffset(model: VirtualScroller, cb: (index: number, offset: number) => JSX.Element): JSX.Element[];
export declare function mapVisibleRangeWithOffset<T>(model: VirtualScroller, cb: (index: number, offset: number) => T): T[];

@@ -81,0 +79,0 @@ /**

{
"name": "@af-utils/virtual-react",
"private": false,
"version": "0.0.14",
"version": "0.0.15",
"description": "React components and hooks for rendering large scrollable data",

@@ -6,0 +6,0 @@ "repository": "https://github.com/nowaalex/af-utils.git",

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