react-visibility-sensor
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-visibility-sensor", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Sensor component for React that notifies you when it goes in or out of the window viewport.", | ||
@@ -19,2 +19,9 @@ "main": "visibility-sensor.jsx", | ||
}, | ||
"devDependencies": { | ||
"jsdom": "~0.10.5", | ||
"node-jsx": "^0.11.0", | ||
"react-addons": "^0.9.0", | ||
"react-tools": "^0.11.1", | ||
"tape": "^2.14.0" | ||
}, | ||
"browserify": { | ||
@@ -21,0 +28,0 @@ "transform": [ |
React Visibility Sensor | ||
==== | ||
[![Build Status](https://secure.travis-ci.org/joshwnj/react-visibility-sensor.png)](http://travis-ci.org/joshwnj/react-visibility-sensor) | ||
Sensor component for React that notifies you when it goes in or out of the window viewport. | ||
@@ -5,0 +7,0 @@ |
require('node-jsx').install(); | ||
require('./table.jsx'); | ||
require('./visibility-sensor.jsx'); |
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
22
4851
5
88