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

nodebb-theme-lavender

Package Overview
Dependencies
Maintainers
3
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-theme-lavender - npm Package Compare versions

Comparing version 7.1.7 to 7.1.8

2

package.json
{
"name": "nodebb-theme-lavender",
"version": "7.1.7",
"version": "7.1.8",
"description": "Lavender Theme for NodeBB",

@@ -5,0 +5,0 @@ "main": "theme.less",

@@ -12,3 +12,4 @@ {

"scripts": [
"static/lib/lavender.js"
"static/lib/lavender.js",
"../nodebb-theme-persona/public/persona.js"
],

@@ -15,0 +16,0 @@ "modules": {

$('document').ready(function() {
setupTaskbar();
setupMobileMenu();
require([

@@ -124,14 +121,2 @@ 'masonry-layout',

});
function setupTaskbar() {
require(['persona/taskbar'], function (taskbar) {
taskbar.init();
});
}
function setupMobileMenu() {
require(['persona/mobile-menu'], function (mobileMenu) {
mobileMenu.init();
});
}
});

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