react-lazy-load-image-component
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "react-lazy-load-image-component", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": " React Component to lazy load images using a HOC to track window scroll position.", | ||
"main": "build/index.js", | ||
"peerDependencies": { | ||
"react": "^15.x.x || ^16.x.x || ^17.x.x", | ||
"react-dom": "^15.x.x || ^16.x.x || ^17.x.x" | ||
"react": "^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x", | ||
"react-dom": "^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x" | ||
}, | ||
@@ -10,0 +10,0 @@ "dependencies": { |
83029