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

react-prismazoom

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-prismazoom - npm Package Compare versions

Comparing version 3.3.2 to 3.3.3

3

CHANGELOG.md
# Changelog
## [3.3.3] - 2023-03-29
- Add the move method to the ref type object
## [3.3.2] - 2023-03-25

@@ -4,0 +7,0 @@ - Add access to the move method from the ref object

@@ -6,2 +6,3 @@ /// <reference types="react" />

zoomOut: (zoom: number) => void;
move: (shiftX: number, shiftY: number, transitionDuration?: number) => void;
reset: VoidFunction;

@@ -8,0 +9,0 @@ zoomToZone: (relX: number, relY: number, relWidth: number, relHeight: number) => void;

@@ -6,2 +6,3 @@ /// <reference types="react" />

zoomOut: (zoom: number) => void;
move: (shiftX: number, shiftY: number, transitionDuration?: number) => void;
reset: VoidFunction;

@@ -8,0 +9,0 @@ zoomToZone: (relX: number, relY: number, relWidth: number, relHeight: number) => void;

2

package.json
{
"name": "react-prismazoom",
"version": "3.3.2",
"version": "3.3.3",
"description": "A pan and zoom component for React, using CSS transformations.",

@@ -5,0 +5,0 @@ "author": "Sylvain Dubus <svn.dbs@gmail.com>",

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