Socket
Socket
Sign inDemoInstall

nodebb-theme-oxide

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-theme-oxide - npm Package Compare versions

Comparing version 4.0.16 to 4.0.17

11

library.js

@@ -91,4 +91,6 @@ 'use strict';

library.getThemeConfig = function(config, callback) {
meta.settings.get('oxide', function(err, settings) {
if (err) {
return callback(err);
}
config.hideSubCategories = settings.hideSubCategories === 'on';

@@ -101,5 +103,4 @@ config.hideCategoryLastPost = settings.hideCategoryLastPost === 'on';

config.enableShowIpInUserProfile = settings.enableShowIpInUserProfile === 'on';
});
callback(false, config);
callback(null, config);
});
};

@@ -143,2 +144,2 @@

module.exports = library;
module.exports = library;
{
"name": "nodebb-theme-oxide",
"description": "A theme that is based on the GitHub design.",
"version": "4.0.16",
"version": "4.0.17",
"homepage": "https://github.com/youhosi/nodebb-theme-oxide",

@@ -6,0 +6,0 @@ "license": "MIT",

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