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.7 to 0.1.8

dist/index.es.js

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export declare function hidingHeader(container: HTMLElement): {

@@ -1,2 +0,6 @@

export function hidingHeader(container) {
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function hidingHeader(container) {
var DEFAULT_CONTENT_SELECTOR = '*';

@@ -92,1 +96,4 @@ var DEFAULT_HEIGHT_PROPERTY_NAME = '--hidingHeader-height';

}
exports.hidingHeader = hidingHeader;
//# sourceMappingURL=index.js.map

25

package.json
{
"name": "hiding-header",
"version": "0.1.7",
"version": "0.1.8",
"description": "Toggles header visibility on scroll.",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc --watch",
"build": "tsc",
"start": "rollup -c -w",
"build": "rollup -c",
"prepublish": "npm run build"

@@ -30,3 +30,9 @@ },

"devDependencies": {
"typescript": "^3.7.5"
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"prettier": "^2.1.2",
"rollup": "^2.33.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.0.5"
},

@@ -39,3 +45,6 @@ "prettier": {

"arrowParens": "always"
}
},
"files": [
"/dist/"
]
}
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