New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vector-touch

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vector-touch - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
index.html

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

+5
-2
{
"name": "vector-touch",
"description": "",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/dominictarr/vector-touch",

@@ -14,5 +14,8 @@ "repository": {

"devDependencies": {
"indexhtmlify": "~1.0.3",
"browserify": "~2.28.0"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
"test": "set -e; for t in test/*.js; do node $t; done",
"build": "browserify example/example.js --debug | indexhtmlify > index.html"
},

@@ -19,0 +22,0 @@ "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",

@@ -5,2 +5,4 @@ # vector-touch

[live demo](http://dominictarr.github.io/vector-touch/)
## Rant

@@ -70,2 +72,5 @@

Optionally, you may pass in an `element` to detect touches on,
by default it will detect touches on the body itself.
### Touch

@@ -72,0 +77,0 @@

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