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 5.0.4 to 5.0.5

.npmignore

2

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

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

@@ -6,7 +6,9 @@ $('document').ready(function() {

], function(Masonry, imagesLoaded) {
var fixed = localStorage.getItem('fixed') || 1,
masonry;
var fixed = localStorage.getItem('fixed') || 1;
var masonry;
var masonryCalled = false;
function doMasonry() {
if($('.masonry').length) {
masonryCalled = true;
if ($('.masonry').length) {
masonry = new Masonry('.masonry', {

@@ -85,2 +87,6 @@ itemSelector: '.category-item',

if ($('.masonry').length && !masonryCalled) {
doMasonry();
}
function setupResizer() {

@@ -87,0 +93,0 @@ var div = $('<div class="overlay-container"><div class="panel resizer pointer"><div class="panel-body"><i class="fa fa-arrows-h fa-2x"></i></div></div></div>');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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