@dreamworld/web-util
Advanced tools
Comparing version 1.4.0-open-virtual-keyboard-new.1 to 1.4.0-open-virtual-keyboard-new.2
import * as loglevel from 'loglevel'; | ||
/** | ||
@@ -33,5 +34,3 @@ * ## Overview | ||
//let log = loglevel.getLogger("web-util"); //TODO: | ||
let log = window.console; | ||
const log = loglevel.getLogger("web-util"); | ||
let focused = false; | ||
@@ -48,3 +47,3 @@ | ||
const openVirtualKeyboard = () => { | ||
export const openVirtualKeyboard = () => { | ||
if (focused) { | ||
@@ -70,3 +69,1 @@ log.debug("already focused"); | ||
} | ||
export default openVirtualKeyboard; |
{ | ||
"name": "@dreamworld/web-util", | ||
"version": "1.4.0-open-virtual-keyboard-new.1", | ||
"version": "1.4.0-open-virtual-keyboard-new.2", | ||
"description": "", | ||
@@ -24,3 +24,5 @@ "main": "index.js", | ||
"homepage": "https://github.com/DreamworldSolutions/web-util#readme", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"loglevel": "^1.7.0" | ||
}, | ||
"devDependencies": { | ||
@@ -27,0 +29,0 @@ "semantic-release": "17.0.8" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13571
1
+ Addedloglevel@^1.7.0
+ Addedloglevel@1.9.2(transitive)