Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mangoweb/hiding-header

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mangoweb/hiding-header - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

lib/index.d.ts

@@ -7,3 +7,4 @@ import { Component } from '@mangoweb/scripts-base';

init(): void;
getListeners: () => never[];
}
//# sourceMappingURL=index.d.ts.map
import { Component } from '@mangoweb/scripts-base';
import { hidingHeader } from 'hiding-header';
export class HidingHeader extends Component {
constructor() {
super(...arguments);
this.getListeners = () => [];
}
init() {

@@ -5,0 +9,0 @@ hidingHeader(this.el);

7

package.json
{
"name": "@mangoweb/hiding-header",
"version": "0.0.5",
"version": "0.0.6",
"description": "Hides and reveals header on scroll.",

@@ -21,5 +21,9 @@ "main": "lib/index.js",

"license": "MIT",
"dependencies": {
"hiding-header": "0.1.4"
},
"devDependencies": {
"@mangoweb/eslint-config-ts": "^0.0.0",
"@mangoweb/prettier-config": "^0.0.0",
"@mangoweb/scripts-base": "0.0.14",
"@typescript-eslint/eslint-plugin": "^2.6.1",

@@ -32,3 +36,2 @@ "@typescript-eslint/parser": "^2.6.1",

"eslint-plugin-react-hooks": "^2.2.0",
"hiding-header": "^0.1.4",
"prettier": "^1.19.1",

@@ -35,0 +38,0 @@ "typescript": "^3.7.2"

@@ -12,2 +12,4 @@ import { Component } from '@mangoweb/scripts-base'

}
getListeners = () => []
}

Sorry, the diff of this file is not supported yet

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