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

@dreamworld/web-util

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/web-util - npm Package Compare versions

Comparing version 1.4.0-open-virtual-keyboard-new.3 to 1.4.0-trigger-release.1

5

open-virtual-keyboard.js

@@ -28,3 +28,4 @@

* - it creates an offscreen (invisible) `input`.
* - it actually puts focus into that input. So, Virtual keyboard popsup.
* - it actually puts focus into that input with preventScroll. So, Virtual keyboard opened.
*
* - This offscreen input is then removed when it looses the focus.

@@ -55,3 +56,3 @@ *

let elInput = createInput();
elInput.focus();
elInput.focus({ preventScroll: true });
focused = true;

@@ -58,0 +59,0 @@ log.debug("focused");

2

package.json
{
"name": "@dreamworld/web-util",
"version": "1.4.0-open-virtual-keyboard-new.3",
"version": "1.4.0-trigger-release.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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