New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zscroller

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zscroller - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

5

dist-types/index.d.ts

@@ -28,2 +28,5 @@ interface IViewportSize {

interface IZScrollerOption {
minZoom?: number;
maxZoom?: number;
zooming?: boolean;
locking?: boolean;

@@ -82,2 +85,4 @@ viewport: IViewportSize;

_bindEvents(): void;
zoomTo(level: number, animate: boolean, originLeft: number, originTop: number, callback: Function): any;
zoomBy(factor: number, animate: boolean, originLeft: number, originTop: number, callback: Function): any;
scrollTo(x: number, y: number, animate: boolean): void;

@@ -84,0 +89,0 @@ scrollBy(x: number, y: number, animate: boolean): void;

2

package.json
{
"name": "zscroller",
"description": "dom scroller based on zynga scroller",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

Sorry, the diff of this file is too big to display

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