react-infinite-grid-scroller
Advanced tools
Comparing version 1.0.0-Beta-1.0.1 to 1.0.0-Beta-1.0.2
{ | ||
"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", |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318805