Comparing version 1.0.3 to 1.0.4
@@ -0,0 +0,0 @@ import { MouseSettings } from './Types'; |
@@ -20,2 +20,4 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (settings.gravity < 1) | ||
settings.gravity = 1; | ||
let dist; | ||
@@ -22,0 +24,0 @@ let windX = Math.floor(Math.random() * 10); |
@@ -1,5 +0,1 @@ | ||
export interface Point { | ||
x: number; | ||
y: number; | ||
} | ||
export interface MouseSettings { | ||
@@ -6,0 +2,0 @@ startX: number; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "windmouse", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A JavaScript library for generating human-like mouse movement data points.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,3 +12,2 @@ ## WindMouse | ||
const WindMouse = require("windmouse"); | ||
const fs = require("fs"); | ||
@@ -41,2 +40,5 @@ // Initialize WindMouse class | ||
### WindMouse Visualizer | ||
https://github.com/arevi/mouse-data-visualizer | ||
### Contributng | ||
@@ -43,0 +45,0 @@ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. |
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
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
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
9427
50
0
124