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

panzoom

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panzoom - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

4

index.js

@@ -601,5 +601,5 @@ /* globals SVGElement */

var validBounds = isNumber(bounds.left) && isNumber(bounds.top) &&
isNumber(bounds.top) && isNumber(bounds.right)
isNumber(bounds.bottom) && isNumber(bounds.right)
if (!boundsValid) throw new Error('Bounds object is not valid. It can be: ' +
if (!validBounds) throw new Error('Bounds object is not valid. It can be: ' +
'undefined, boolean (true|false) or an object {left, top, right, bottom}')

@@ -606,0 +606,0 @@ }

{
"name": "panzoom",
"version": "2.3.1",
"version": "2.3.2",
"description": "Pan and zoom SVG elements",

@@ -5,0 +5,0 @@ "main": "index.js",

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