New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agreatfool/obsidian-post-gallery

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agreatfool/obsidian-post-gallery - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@agreatfool/obsidian-post-gallery",
"version": "0.0.3",
"version": "0.0.4",
"description": "In post gallery for obsidian",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

@@ -80,10 +80,11 @@ import * as LibPath from 'path';

private _initGallery(galleryId: string, args: MarkdownBlockArgs): void {
const gallery = (window as any).$(`#${galleryId}`);
gallery.justifiedGallery(args);
(window as any).$(`#${galleryId}`).justifiedGallery(args);
const interval = setInterval(function () {
const initialized = gallery.hasClass('justified-gallery');
if (initialized) {
const gallery = (window as any).$(`#${galleryId}`);
if (gallery.hasClass('justified-gallery')) {
console.log(`InPostGalleryPlugin.MarkdownBlockProcessor._initGallery galleryId initialized`);
clearInterval(interval);
} else {
console.log(`InPostGalleryPlugin.MarkdownBlockProcessor._initGallery galleryId not done yet`);
gallery.justifiedGallery(args);

@@ -90,0 +91,0 @@ }

Sorry, the diff of this file is too big to display

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