New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mouselog

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mouselog - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

index.js

@@ -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) {

15

package.json
{
"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"
}
}
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