affixing-header
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -0,2 +1,5 @@ | ||
var _a; | ||
import onscrolling from 'onscrolling'; | ||
// Create window fallback if needed for SSR | ||
const window = (_a = globalThis.window) !== null && _a !== void 0 ? _a : globalThis; | ||
// Keep track of: | ||
@@ -3,0 +6,0 @@ // - state of nav bar |
{ | ||
"name": "affixing-header", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "An affixing header that behaves normally as a user navigates down a page, but reveals itself naturally when a user scrolls or drags upwards. Inspired by iOS Safari, Medium, and others.", | ||
@@ -77,4 +77,4 @@ "type": "module", | ||
"dependencies": { | ||
"onscrolling": "^2.0.0-beta.5" | ||
"onscrolling": "^2.0.0-beta.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25499
201
0
Updatedonscrolling@^2.0.0-beta.6