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

react-infinite-grid-scroller

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-infinite-grid-scroller - npm Package Compare versions

Comparing version 1.0.0-Beta-1.0.1 to 1.0.0-Beta-1.0.2

18

package.json
{
"name": "react-infinite-grid-scroller",
"version": "1.0.0-Beta-1.0.1",
"version": "1.0.0-Beta-1.0.2",
"description": "infinite vertical or horizontal scroll using css grid layout",

@@ -14,2 +14,14 @@ "main": "index.js",

},
"keywords": [
"scroller",
"scrolling",
"react",
"infinite",
"grid",
"horizontal",
"vertical",
"list",
"virtual",
"IntersectionObserver"
],
"repository": {

@@ -40,4 +52,4 @@ "type": "git",

"@babel/preset-react": "^7.9.4",
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",

@@ -44,0 +56,0 @@ "babel-loader": "^8.1.0",

2

README.md

@@ -15,3 +15,3 @@ # react-infinite-grid-scroller

This utility does not support variable length cells. That wouldn't really make sense for a grid layout.
This utility does not currently support variable length cells.

@@ -18,0 +18,0 @@ # Technology

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