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.5 to 1.0.6

4

HISTORY.md

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

+ 修复兼容一个ios4引起的滚动bug
## 1.0.5
+ 升级依赖包

4

index.js

@@ -1,3 +0,5 @@

var $ = require('anima-yocto-lite');
var $ = Yocto = require('anima-yocto-core');
require('anima-yocto-event');
require('./src/gestureManager');

@@ -4,0 +6,0 @@

{
"name": "anima-yocto-touch",
"version": "1.0.5",
"version": "1.0.6",
"description": "the touch from yocto",

@@ -24,3 +24,4 @@ "keywords": [],

"dependencies": {
"anima-yocto-lite": "1.1.1"
"anima-yocto-core": "1.1.0",
"anima-yocto-event": "1.0.2"
},

@@ -27,0 +28,0 @@ "devDependencies": {

@@ -1,3 +0,5 @@

var $ = Yocto = require('anima-yocto-lite');
var $ = Yocto = require('anima-yocto-core');
require('anima-yocto-event');
Gesture = {

@@ -4,0 +6,0 @@ init: function(name){

@@ -1,3 +0,5 @@

var $ = require('anima-yocto-lite');
var $ = Yocto = require('anima-yocto-core');
require('anima-yocto-event');
require('./gestureManager');

@@ -4,0 +6,0 @@

var expect = require('spm-expect.js');
var $ = require('anima-yocto-lite');
var $ = require('anima-yocto-core');
require('../index-debug')
require('anima-yocto-event');
require('../index')
$('<style>.container{position:relative;}.tap{width:100px;height:100px;position:absolute;left:1;top:1;}.click{width:200px;height:200px;text-align:right;}.red{background:red;}.blue{background:blue;}.normaltap{width:100px;height:100px;}</style>').appendTo('head')

@@ -9,0 +9,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