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 5.0.28 to 5.0.29

10

lib/modules/toggleTheme.js

@@ -18,12 +18,8 @@ /* globals ajaxify */

if (target.classList.contains("off")) {
if (target.className === "off") {
setTheme(true);
target.classList.remove("off");
target.classList.add("on");
target.className = "on";
} else {
setTheme(false);
target.classList.remove("on");
target.classList.add("off");
target.className = "off";
}

@@ -30,0 +26,0 @@ };

{
"name": "nodebb-theme-oxide",
"description": "A theme that is based on the GitHub design.",
"version": "5.0.28",
"version": "5.0.29",
"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