Comparing version 0.0.3 to 0.0.4
@@ -1,3 +0,1 @@ | ||
// const axios = require('axios').default; | ||
const qs = require('qs'); | ||
const uuidv1 = require('uuid/v1'); | ||
@@ -54,4 +52,2 @@ | ||
function uploadTrace(evts) { | ||
@@ -79,7 +75,5 @@ const width = window.document.body.scrollWidth; | ||
}).then(res => res.json()); | ||
} | ||
function mouseHandler(evt) { | ||
// PC's Chrome on Mobile mode can still receive "contextmenu" event with zero X, Y, so we ignore these events. | ||
@@ -86,0 +80,0 @@ if (evt.type === 'contextmenu' && evt.pageX === 0 && evt.pageY === 0) { |
{ | ||
"name": "mouselog", | ||
"version": "0.0.3", | ||
"description": "", | ||
"version": "0.0.4", | ||
"description": "The mouse tracking agent for Mouselog.", | ||
"main": "index.js", | ||
"homepage": "https://github.com/microsoft/mouselog.js", | ||
"scripts": { | ||
@@ -10,8 +11,12 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Microsoft", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/microsoft/mouselog.js/blob/master/LICENSE" | ||
} | ||
], | ||
"dependencies": { | ||
"qs": "^6.9.1", | ||
"uuid": "^3.3.3" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8992
1
0
1
1
113
- Removedqs@^6.9.1
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.3.0(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedobject-inspect@1.13.4(transitive)
- Removedqs@6.14.0(transitive)
- Removedside-channel@1.1.0(transitive)
- Removedside-channel-list@1.0.0(transitive)
- Removedside-channel-map@1.0.1(transitive)
- Removedside-channel-weakmap@1.0.2(transitive)