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.3 to 0.1.4

2

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

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

@@ -22,5 +22,3 @@ # 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)

<div class="hidingHeader-in">
<div class="hidingHeader-content">
<!-- Your header -->
</div>
<!-- Your header -->
</div>

@@ -52,5 +50,2 @@ </div>

top: 0;
}
.hidingHeader-content {
pointer-events: auto;

@@ -84,5 +79,3 @@ }

<div className="hidingHeader" ref={container}>
<div className="hidingHeader-in">
<div className="hidingHeader-content">{props.children}</div>
</div>
<div className="hidingHeader-in">{props.children}</div>
</div>

@@ -89,0 +82,0 @@ )

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

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