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

windmouse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windmouse - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

0

lib/index.d.ts

@@ -0,0 +0,0 @@ import { MouseSettings } from './Types';

2

lib/index.js

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

4

lib/Types.d.ts

@@ -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.

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