Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-spring-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spring-lightbox - npm Package Compare versions

Comparing version 1.7.2-beta.2 to 1.8.0

8

dist/index.d.ts

@@ -30,5 +30,9 @@ import React from 'react';

/** A React component that is used for next button in image pager */
renderNextButton?: () => React.ReactNode;
renderNextButton?: ({ canNext }: {
canNext: boolean;
}) => React.ReactNode;
/** A React component that is used for previous button in image pager */
renderPrevButton?: () => React.ReactNode;
renderPrevButton?: ({ canPrev }: {
canPrev: boolean;
}) => React.ReactNode;
/** Overrides the default behavior of double clicking causing an image zoom to a single click */

@@ -35,0 +39,0 @@ singleClickToZoom?: boolean;

{
"name": "react-spring-lightbox",
"version": "1.7.2-beta.2",
"version": "1.8.0",
"description": "A flexible image gallery lightbox with native-feeling touch gestures and buttery smooth animations, built with react-spring.",

@@ -5,0 +5,0 @@ "author": "Tim Ellenberger <timellenberger@gmail.com>",

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