react-delayload
Advanced tools
Comparing version 0.1.0 to 0.1.1
import React from 'react' | ||
import {delayload as _delayload} from '../src/delayload.jsx' | ||
import {delayload} from '../src/delayload.jsx' | ||
@@ -14,3 +14,3 @@ | ||
for (let i = 0; i < images.length; ++i) { | ||
_delayload(images[i], { | ||
delayload(images[i], { | ||
height: 600 | ||
@@ -17,0 +17,0 @@ //, threshold: 300 |
@@ -16,3 +16,3 @@ { | ||
"author": "Nickel Jianhui Zhu <nickeljew@hotmail.com>", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -19,0 +19,0 @@ "private": false, |
@@ -51,3 +51,3 @@ # React-DelayLoad | ||
``` | ||
import {delayload as _delayload} from 'react-delayload' | ||
import {delayload} from 'react-delayload' | ||
``` | ||
@@ -60,3 +60,3 @@ | ||
for (let i = 0; i < images.length; ++i) { | ||
_delayload(images[i]) | ||
delayload(images[i]) | ||
} | ||
@@ -63,0 +63,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
1383889