hiding-header
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -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 |
{ | ||
"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/" | ||
] | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
21691
2
7
7
193
1