Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 0.0.2

CODE_OF_CONDUCT.md

31

package.json
{
"name": "mouselog",
"version": "0.0.1",
"description": "A mouse trace collection library for any websites",
"version": "0.0.2",
"description": "The mouse tracking agent for Mouselog.",
"main": "index.js",
"scripts": {
"test": "npm test"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsluoyz/mouselog.git"
},
"keywords": [
"mouse",
"log",
"mouselog",
"mouse",
"tracking"
],
"author": "Yang Luo",
"keywords": [],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/hsluoyz/mouselog/issues"
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"homepage": "https://github.com/hsluoyz/mouselog#readme"
"dependencies": {
"qs": "^6.9.1",
"uuid": "^3.3.3"
}
}

@@ -1,1 +0,28 @@

# mouselog
# Build
```
npm i
```
# Offline Test
Setting your server url in the configuration `./src/test.js`.
Run `npx webpack --config webpack.config.js` or `npm run pack` at the root.
Open `./dist/index.html` in the browser.
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

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