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

@smarthr/use-virtual-scroll

Package Overview
Dependencies
Maintainers
20
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smarthr/use-virtual-scroll - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

lib/useVirtualScroll.d.ts

@@ -5,3 +5,3 @@ import { CSSProperties } from 'react';

};
export declare const useVirtualScroll: <Item, List extends HTMLElement, ScrollContainer extends HTMLElement | Window = Window>(items: Item[], itemHeight: number, options?: Options | undefined) => {
export declare const useVirtualScroll: <Item, List extends HTMLElement, ScrollContainer extends HTMLElement | Window = Window>(items: Item[], itemHeight: number, options?: Options) => {
items: Item[];

@@ -8,0 +8,0 @@ listRef: import("react").RefObject<List>;

{
"name": "@smarthr/use-virtual-scroll",
"version": "1.0.0",
"version": "1.1.0",
"description": "React hooks for virtual scroll",

@@ -33,15 +33,15 @@ "author": "SmartHR",

"devDependencies": {
"@babel/core": "^7.17.7",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@types/react": "^16.9.55",
"babel-loader": "^8.2.3",
"react": "^17.0.1",
"react-dom": "^17.0.2"
"@babel/core": "^7.18.10",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.17",
"babel-loader": "^8.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"gitHead": "4ce311559dd737f136990b60d176562b3eb190f5"
"gitHead": "e78124a8f74f4c6c37b11d03468017b972a74687"
}
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