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

anima-yocto-touch

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anima-yocto-touch - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

HISTORY.md

@@ -24,1 +24,5 @@ # History

+ fix bug && optimize
## 1.0.5
+ 修复兼容一个ios4引起的滚动bug

2

package.json
{
"name": "anima-yocto-touch",
"version": "1.0.4",
"version": "1.0.5",
"description": "the touch from yocto",

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

@@ -16,3 +16,2 @@ var $ = require('anima-yocto-lite');

touchStartY: 0,
lastTouchIdentifier: 0,
touchBoundary: 10,

@@ -174,10 +173,2 @@ tapDelay: 200,

if (touch.identifier && touch.identifier === yoctoTouch.lastTouchIdentifier) {
event.preventDefault();
return false;
}
yoctoTouch.lastTouchIdentifier = touch.identifier;
yoctoTouch.updateScrollParent(targetElement);

@@ -184,0 +175,0 @@ }

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