New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-theme-harmony

Package Overview
Dependencies
Maintainers
2
Versions
490
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 1.0.0-beta.53 to 1.0.0-beta.54

2

package.json
{
"name": "nodebb-theme-harmony",
"version": "1.0.0-beta.53",
"version": "1.0.0-beta.54",
"nbbpm": {

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

@@ -71,3 +71,2 @@ 'use strict';

function onWindowScroll() {

@@ -109,3 +108,3 @@ const st = $window.scrollTop();

newPostsLoaded = true;
enableAutohide();
setTimeout(enableAutohide, 250);
});

@@ -116,3 +115,3 @@ hooks.on('action:ajaxify.end', function () {

bottomBar.css({ bottom: 0 });
enableAutohide();
setTimeout(enableAutohide, 250);
});

@@ -119,0 +118,0 @@ hooks.on('action:chat.loaded', function () {

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