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.27 to 5.0.28

2

lib/modules/toggleTheme.js

@@ -21,2 +21,3 @@ /* globals ajaxify */

target.classList.remove("off");
target.classList.add("on");

@@ -26,2 +27,3 @@ } else {

target.classList.remove("on");
target.classList.add("off");

@@ -28,0 +30,0 @@ }

2

library.js

@@ -29,3 +29,3 @@ "use strict";

library.getTeasers = (data, callback) => {
data.teaser.forEach((teaser) =>
data.teasers.forEach((teaser) =>
teaser && teaser.content ? (teaser.content = striptags(teaser.content, ["img"])) : ""

@@ -32,0 +32,0 @@ );

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