Socket
Socket
Sign inDemoInstall

yet-another-react-lightbox

Package Overview
Dependencies
5
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.11.1 to 3.11.2

2

dist/plugins/captions/index.d.ts
import * as React from 'react';
import { PluginProps, PLUGIN_CAPTIONS } from '../../types.js';
import { PluginProps, PLUGIN_CAPTIONS, Callback, RenderFunction } from '../../types.js';

@@ -4,0 +4,0 @@ /** Captions plugin */

@@ -1,2 +0,2 @@

import { PluginProps, PLUGIN_DOWNLOAD } from '../../types.js';
import { PluginProps, PLUGIN_DOWNLOAD, Callback, RenderFunction, Slide } from '../../types.js';

@@ -3,0 +3,0 @@ declare function Download({ augment }: PluginProps): void;

import * as React from 'react';
import { PluginProps, PLUGIN_FULLSCREEN } from '../../types.js';
import { PluginProps, PLUGIN_FULLSCREEN, Callback, RenderFunction } from '../../types.js';

@@ -4,0 +4,0 @@ /** Fullscreen plugin */

@@ -1,2 +0,2 @@

import { PluginProps, PLUGIN_SHARE } from '../../types.js';
import { PluginProps, PLUGIN_SHARE, Callback, RenderFunction, Slide } from '../../types.js';

@@ -3,0 +3,0 @@ declare function Share({ augment }: PluginProps): void;

import * as React from 'react';
import { PluginProps, PLUGIN_SLIDESHOW } from '../../types.js';
import { PluginProps, PLUGIN_SLIDESHOW, Callback, RenderFunction } from '../../types.js';

@@ -4,0 +4,0 @@ /** Slideshow plugin */

import * as React from 'react';
import { PluginProps, PLUGIN_THUMBNAILS } from '../../types.js';
import { PluginProps, PLUGIN_THUMBNAILS, Callback, ContainerRect, ImageFit, RenderFunction, Slide } from '../../types.js';

@@ -4,0 +4,0 @@ /** Thumbnails plugin */

@@ -1,2 +0,2 @@

import { PluginProps } from '../../types.js';
import { PluginProps, GenericSlide } from '../../types.js';

@@ -3,0 +3,0 @@ /** Video plugin */

import * as React from 'react';
import { Plugin, PLUGIN_ZOOM } from '../../types.js';
import { Plugin, PLUGIN_ZOOM, Callback, RenderFunction } from '../../types.js';

@@ -4,0 +4,0 @@ /** Zoom plugin */

{
"name": "yet-another-react-lightbox",
"version": "3.11.1",
"version": "3.11.2",
"description": "Modern React lightbox component",

@@ -5,0 +5,0 @@ "author": "Igor Danchenko",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc