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

vux

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vux - npm Package Compare versions

Comparing version 2.7.7-beta.1 to 2.7.7-beta.2

2

package.json
{
"name": "vux",
"version": "2.7.7-beta.1",
"version": "2.7.7-beta.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "Mobile web UI based on Vue and WeUI",

@@ -75,2 +75,5 @@ <p align="center">

`VUX` 并不是大团队维护的项目,**没有捐赠,纯靠热情**,维护者有权决定什么时候处理什么问题,什么问题不处理。
<br>**入坑请万分谨慎**。
处理 issue 是件很耗精力的事,请提交 issue 前考虑一下是否把问题说清楚了,是不是在浪费大家时间:

@@ -77,0 +80,0 @@

@@ -151,3 +151,3 @@ import objectAssign from 'object-assign'

if (me.count === 1) {
return e.preventDefault()
return
}

@@ -175,2 +175,5 @@ me._move.x = e.changedTouches[0].pageX

me.touchendHandler = (e) => {
if (me.count === 1) {
return
}
me._end.x = e.changedTouches[0].pageX

@@ -177,0 +180,0 @@ me._end.y = e.changedTouches[0].pageY

Sorry, the diff of this file is not supported yet

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