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 0.0.12 to 0.0.13

2

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

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

@@ -64,2 +64,6 @@ $('document').ready(function() {

ajaxify.go = function(url, callback, quiet) {
if ($('#content').hasClass('ajaxifying')) {
return true;
}
loadingBar.addClass('reset').css('width', '100%');

@@ -66,0 +70,0 @@ return ajaxifyGo(url, callback, quiet);

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