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

@qawolf/browser

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qawolf/browser - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

2

lib/keyboard/serializeStrokes.js

@@ -11,3 +11,3 @@ "use strict";

const USKeys = lodash_1.uniq(Object.values(USKeyboardLayout_1.default).map(definition => definition.key));
exports.isKeyHeld = (events, thresholdMs = 200) => {
exports.isKeyHeld = (events, thresholdMs = 500) => {
for (let i = 0; i < events.length - 1; i++) {

@@ -14,0 +14,0 @@ const keydownEvent = events[i];

{
"name": "@qawolf/browser",
"description": "qawolf browser manager",
"version": "0.7.6",
"version": "0.7.7",
"license": "BSD-3.0",

@@ -42,3 +42,3 @@ "main": "./lib/index.js",

},
"gitHead": "173c6ae3e83e5a8a487514a260753f69d0016471"
"gitHead": "f849e14a7b10b1221da319d7eac94074bc8fbf31"
}

@@ -14,3 +14,3 @@ import { logger } from "@qawolf/logger";

events: KeyEvent[],
thresholdMs: number = 200
thresholdMs: number = 500
): boolean => {

@@ -17,0 +17,0 @@ /**

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