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.2.1 to 3.3.0

3

CHANGELOG.md
# Changelog
## [3.3.0] - 2023-03-01
- Added optional ignoredMouseButtons prop (thanks apomelitos)
## [3.2.1] - 2023-02-24

@@ -4,0 +7,0 @@ - Fix double-click zoom target

2

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

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

@@ -111,2 +111,3 @@ # react-prismazoom

| allowWheel | boolean | true | Enable or disable mouse wheel and touchpad zooming in place |
| ignoredMouseButtons | number[] | [] | Optional array of ignored mouse buttons allows to prevent panning for specific mouse buttons. By default all mouse buttons are enabled. [MDN](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button#value) |

@@ -113,0 +114,0 @@ **Note:** all props are optional.

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