Comparing version 0.0.1 to 0.0.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
9918
141
29
2
3
8
3
1
2
+ Addedqs@^6.9.1
+ Addeduuid@^3.3.3
+ Addedcall-bind@1.0.7(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addedes-define-property@1.0.0(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.4(transitive)
+ Addedgopd@1.1.0(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-proto@1.1.0(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedobject-inspect@1.13.3(transitive)
+ Addedqs@6.13.1(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedside-channel@1.0.6(transitive)
+ Addeduuid@3.4.0(transitive)