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.3.0 to 0.3.1

4

es/DOMScroller.js

@@ -231,3 +231,5 @@ import _extends from 'babel-runtime/helpers/extends';

this.container.addEventListener('touchmove', this.onTouchMove = function (e) {
e.preventDefault();
if (_this2.options.preventDefaultOnTouchMove !== false) {
e.preventDefault();
}
that.scroller.doTouchMove(e.touches, e.timeStamp, e.scale);

@@ -234,0 +236,0 @@ }, false);

@@ -244,3 +244,5 @@ 'use strict';

this.container.addEventListener('touchmove', this.onTouchMove = function (e) {
e.preventDefault();
if (_this2.options.preventDefaultOnTouchMove !== false) {
e.preventDefault();
}
that.scroller.doTouchMove(e.touches, e.timeStamp, e.scale);

@@ -247,0 +249,0 @@ }, false);

{
"name": "zscroller",
"version": "0.3.0",
"version": "0.3.1",
"description": "dom scroller based on zynga scroller",

@@ -5,0 +5,0 @@ "keywords": [

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