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

nodebb-theme-harmony

Package Overview
Dependencies
Maintainers
2
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 1.0.0-beta.21 to 1.0.0-beta.22

2

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

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

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

function setupMobileMenu() {
require(['api'], function (api) {
require(['hooks', 'api', 'navigator'], function (hooks, api, navigator) {
$('[component="sidebar/toggle"]').on('click', async function () {

@@ -53,2 +53,5 @@ const sidebarEl = $('.sidebar');

$(window).trigger('action:sidebar.toggle');
if (ajaxify.data.template.topic) {
hooks.fire('action:navigator.update', { newIndex: navigator.getIndex() });
}
});

@@ -55,0 +58,0 @@ });

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