react-visibility-sensor
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "react-visibility-sensor", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Sensor component for React that notifies you when it goes in or out of the window viewport.", | ||
"main": "visibility-sensor.js", | ||
"scripts": { | ||
"build-example": "browserify -t reactify -o example/dist/bundle.js example/main.js", | ||
"build-example": "mkdir -p example/dist && browserify -t reactify -o example/dist/bundle.js example/main.js", | ||
"build-test": "browserify -t reactify -o tests/bundle.js tests/visibility-sensor-spec.jsx", | ||
@@ -9,0 +9,0 @@ "publish-gh-pages": "npm run build-example && ./bin/publish-gh-pages", |
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
16488