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

@shopify/react-intersection-observer

Package Overview
Dependencies
Maintainers
13
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-intersection-observer - npm Package Compare versions

Comparing version 0.0.2-sknext-beta.2 to 0.0.8-sknext-beta.8

1

build/ts/hooks.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useValueTracking = exports.useIntersection = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ /* eslint-disable react-hooks/exhaustive-deps */

6

build/ts/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var IntersectionObserver_1 = require("./IntersectionObserver");
exports.IntersectionObserver = IntersectionObserver_1.IntersectionObserver;
Object.defineProperty(exports, "IntersectionObserver", { enumerable: true, get: function () { return IntersectionObserver_1.IntersectionObserver; } });
var types_1 = require("./types");
exports.UnsupportedBehavior = types_1.UnsupportedBehavior;
Object.defineProperty(exports, "UnsupportedBehavior", { enumerable: true, get: function () { return types_1.UnsupportedBehavior; } });
var hooks_1 = require("./hooks");
exports.useIntersection = hooks_1.useIntersection;
Object.defineProperty(exports, "useIntersection", { enumerable: true, get: function () { return hooks_1.useIntersection; } });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntersectionObserver = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnsupportedBehavior = void 0;
var UnsupportedBehavior;

@@ -4,0 +5,0 @@ (function (UnsupportedBehavior) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isSupported = void 0;
function isSupported() {

@@ -4,0 +5,0 @@ return (typeof window !== 'undefined' &&

@@ -1,1 +0,1 @@

module.exports = require("./build/node/index");
module.exports = require("./build/cjs/index");
{
"name": "@shopify/react-intersection-observer",
"version": "0.0.2-sknext-beta.2",
"version": "0.0.8-sknext-beta.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A React wrapper around the Intersection Observer API",

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