Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-visibility-sensor

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-visibility-sensor - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

tests/visibility-sensor.jsx

9

package.json
{
"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 @@

2

tests/index.js
require('node-jsx').install();
require('./table.jsx');
require('./visibility-sensor.jsx');
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc