@shopify/react-intersection-observer
Advanced tools
Comparing version 0.0.2-sknext-beta.2 to 0.0.8-sknext-beta.8
"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 */ |
"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", |
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
42979
696