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.29 to 5.0.30

4

lib/modules/toggleTheme.js

@@ -18,3 +18,3 @@ /* globals ajaxify */

if (target.className === "off") {
if (target.className === "off" && target.id === "toggle-theme") {
setTheme(true);

@@ -34,3 +34,3 @@ target.className = "on";

toggleBtn.addEventListener("click", toggleTheme);
toggleBtn.addEventListener("click", toggleTheme, false);
};

@@ -37,0 +37,0 @@

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