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

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 9.4.0 to 9.4.1

1

index.d.ts

@@ -53,2 +53,3 @@ declare module "panzoom" {

moveTo: (x: number, y: number) => void;
smoothMoveTo: (x: number, y: number) => void;
centerOn: (ui: any) => void;

@@ -55,0 +56,0 @@ zoomTo: (clientX: number, clientY: number, scaleMultiplier: number) => void;

2

package.json
{
"name": "panzoom",
"version": "9.4.0",
"version": "9.4.1",
"description": "Extensible, mobile friendly pan and zoom framework (supports DOM and SVG).",

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

@@ -23,3 +23,3 @@ # panzoom [![Build Status](https://travis-ci.org/anvaka/panzoom.svg)](https://travis-ci.org/anvaka/panzoom)

``` html
<script src='https://unpkg.com/panzoom@9.3.0/dist/panzoom.min.js'></script>
<script src='https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js'></script>
```

@@ -298,3 +298,3 @@

<head>
<script src='https://unpkg.com/panzoom@9.3.0/dist/panzoom.min.js'
<script src='https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js'
query='#scene' name='pz'></script>

@@ -301,0 +301,0 @@ </head>

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