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.2 to 0.0.3

2

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

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

@@ -80,4 +80,6 @@ import * as LibPath from 'path';

private _initGallery(galleryId: string, args: MarkdownBlockArgs): void {
const gallery = (window as any).$(`#${galleryId}`);
gallery.justifiedGallery(args);
const interval = setInterval(function () {
const gallery = (window as any).$(`#${galleryId}`);
const initialized = gallery.hasClass('justified-gallery');

@@ -84,0 +86,0 @@ if (initialized) {

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