Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@masatomakino/fake-mouse-event

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@masatomakino/fake-mouse-event - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

20

package.json
{
"name": "@masatomakino/fake-mouse-event",
"version": "0.0.9",
"version": "0.0.10",
"description": "Fake mouse event generator with x/y properties for jsdom.",

@@ -17,12 +17,12 @@ "main": "./bin/index.js",

"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.4",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},

@@ -32,4 +32,6 @@ "scripts": {

"coverage": "jest --coverage",
"preversion": "git checkout main && git pull && npm run build && npm test",
"build": "tsc",
"start:dev": "tsc -w"
"start:dev": "tsc -w",
"prepare": "husky install"
},

@@ -36,0 +38,0 @@ "bugs": {

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