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

yy-input

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yy-input - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

11

index.js

@@ -305,10 +305,3 @@ /* Copyright (c) 2017 YOPEY YOPEY LLC */

this.emit('down', x, y, { event: e, input: this, id })
if (!this.threshold || this.pointers.length > 1)
{
this.start = null
}
else
{
this.start = { x, y }
}
this.start = { x, y }
}

@@ -318,3 +311,3 @@

{
if (this.start)
if (this.start && this.pointers.length === 1)
{

@@ -321,0 +314,0 @@ this.start = null

2

package.json
{
"name": "yy-input",
"version": "0.11.1",
"version": "0.11.2",
"description": "basic input support for touch, mouse, and keyboard",

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

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

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