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

nodebb-theme-harmony

Package Overview
Dependencies
Maintainers
0
Versions
437
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-theme-harmony - npm Package Compare versions

Comparing version 2.0.0-pre.37 to 2.0.0-pre.38

templates/account/read.tpl

2

package.json
{
"name": "nodebb-theme-harmony",
"version": "2.0.0-pre.37",
"version": "2.0.0-pre.38",
"nbbpm": {

@@ -5,0 +5,0 @@ "compatibility": "^3.7.0"

@@ -75,3 +75,3 @@ 'use strict';

let lastScrollTop = 0;
let lastScrollTop = $window.scrollTop();
let newPostsLoaded = false;

@@ -90,3 +90,3 @@

const scrolledUp = st < lastScrollTop;
if (diff > 5) {
if (diff > 10) {
bottomBar.css({

@@ -120,4 +120,6 @@ bottom: !scrolledUp && scrolledDown ?

$window.off('scroll', delayedScroll);
bottomBar.css({ bottom: 0 });
setTimeout(enableAutohide, 250);
if (config.theme.autohideBottombar) {
bottomBar.css({ bottom: 0 });
setTimeout(enableAutohide, 250);
}
});

@@ -124,0 +126,0 @@ });

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