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

hiding-header

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hiding-header - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "hiding-header",
"version": "0.1.0",
"version": "0.1.1",
"description": "Toggles header visibility on scroll.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -35,4 +35,4 @@ # Hiding Header [![npm](https://img.shields.io/npm/v/hiding-header.svg)](https://www.npmjs.com/package/hiding-header) [![Dependencies](https://img.shields.io/david/FilipChalupa/hiding-header.svg)](https://www.npmjs.com/package/hiding-header?activeTab=dependencies) ![npm type definitions](https://img.shields.io/npm/types/hiding-header.svg)

position: relative;
--hidingHeader-height: 0px;
--hidingHeader-bounds-height: 0px;
--hidingHeader-height: auto;
--hidingHeader-bounds-height: auto;
z-index: 10;

@@ -39,0 +39,0 @@ height: var(--hidingHeader-bounds-height);

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