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

react-intersection-observer

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intersection-observer - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

index.d.ts

@@ -13,3 +13,3 @@ declare module 'react-intersection-observer' {

*/
root?: HTMLElement;
root?: HTMLElement | null;

@@ -42,3 +42,3 @@ /**

*/
threshold?: number;
threshold?: number | number[];

@@ -45,0 +45,0 @@ /**

{
"name": "react-intersection-observer",
"version": "2.1.1",
"version": "2.1.2",
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",

@@ -80,8 +80,8 @@ "main": "lib/index.js",

"eslint-config-insilico": "^5.0.1",
"flow-bin": "^0.59.0",
"flow-bin": "^0.61.0",
"flow-copy-source": "^1.2.1",
"husky": "^0.14.3",
"intersection-observer": "^0.4.0",
"intersection-observer": "^0.5.0",
"jest": "^21.2.1",
"lint-staged": "^5.0.0",
"lint-staged": "^6.0.0",
"prettier": "^1.8.1",

@@ -88,0 +88,0 @@ "react": "^16.0.0",

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