react-lazy-load-image-observer
Advanced tools
Comparing version 0.0.0 to 0.0.2
{ | ||
"name": "react-lazy-load-image-observer", | ||
"version": "0.0.0", | ||
"version": "0.0.2", | ||
"description": "The LazyLoadImage component allows you to lazy load images, or background-images, and set the observed element.", | ||
@@ -12,3 +12,3 @@ "author": "Jon K. Wheeler", | ||
"type": "git", | ||
"url": "git+https://github.com/jonkwheeler/react-lazy-load-image.git" | ||
"url": "git+https://github.com/jonkwheeler/react-lazy-load-image-observer.git" | ||
}, | ||
@@ -81,5 +81,5 @@ "publishConfig": { | ||
"bugs": { | ||
"url": "https://github.com/jonkwheeler/react-lazy-load-image/issues" | ||
"url": "https://github.com/jonkwheeler/react-lazy-load-image-observer/issues" | ||
}, | ||
"homepage": "https://github.com/jonkwheeler/react-lazy-load-image#readme", | ||
"homepage": "https://github.com/jonkwheeler/react-lazy-load-image-observer#readme", | ||
"keywords": [ | ||
@@ -86,0 +86,0 @@ "react", |
@@ -1,2 +0,2 @@ | ||
# react-lazy-load-image | ||
# react-lazy-load-image-observer | ||
@@ -8,3 +8,3 @@ The LazyLoadImage component allows you to lazy load images, or background-images, and set the observed element. | ||
```js | ||
yarn add react-lazy-load-image | ||
yarn add react-lazy-load-image-observer | ||
``` | ||
@@ -15,3 +15,3 @@ | ||
```js | ||
npm install react-lazy-load-image | ||
npm install react-lazy-load-image-observer | ||
``` | ||
@@ -22,3 +22,3 @@ | ||
```js | ||
import LazyLoadImage from 'react-lazy-load-image' | ||
import LazyLoadImage from 'react-lazy-load-image-observer' | ||
``` | ||
@@ -25,0 +25,0 @@ |
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
507479