New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-in-viewport

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-in-viewport - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

4

dist/es/lib/useInViewport.js

@@ -103,6 +103,2 @@ "use strict";

}
return () => {
stopObserver();
};
});

@@ -109,0 +105,0 @@ return {

@@ -103,6 +103,2 @@ "use strict";

}
return function () {
stopObserver();
};
});

@@ -109,0 +105,0 @@ return {

@@ -97,6 +97,2 @@ // React hooks

}
return function () {
stopObserver();
};
});

@@ -103,0 +99,0 @@ return {

@@ -112,6 +112,2 @@ (function (global, factory) {

}
return function () {
stopObserver();
};
});

@@ -118,0 +114,0 @@ return {

2

package.json
{
"name": "react-in-viewport",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Track React component in viewport using Intersection Observer API",

@@ -5,0 +5,0 @@ "author": "Roderick Hsiao <roderickhsiao@gmail.com>",

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