@types/novnc__novnc
Advanced tools
Comparing version 1.3.5 to 1.5.0
// eslint-disable-next-line @definitelytyped/no-declare-current-package | ||
declare module "@novnc/novnc/core/rfb" { | ||
declare module "@novnc/novnc/lib/rfb" { | ||
/** | ||
@@ -312,3 +312,3 @@ * An `object` specifying the credentials to provide to the server when authenticating. | ||
// eslint-disable-next-line @definitelytyped/no-declare-current-package | ||
declare module "@novnc/novnc/core/util/browser" { | ||
declare module "@novnc/novnc/lib/util/browser" { | ||
let isTouchDevice: boolean; | ||
@@ -328,3 +328,3 @@ let dragThreshold: number; | ||
// eslint-disable-next-line @definitelytyped/no-declare-current-package | ||
declare module "@novnc/novnc/core/input/util" { | ||
declare module "@novnc/novnc/lib/input/util" { | ||
interface KeyboardEventBase { | ||
@@ -331,0 +331,0 @@ char?: string; |
{ | ||
"name": "@types/novnc__novnc", | ||
"version": "1.3.5", | ||
"version": "1.5.0", | ||
"description": "TypeScript definitions for @novnc/novnc", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/novnc__novnc", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f87b5033ac07eb3ecc20735903e03e031915919296827b140cba7c3a6a7d9004", | ||
"typeScriptVersion": "4.7" | ||
"typesPublisherContentHash": "0b81569f169859f4dd6e5f6a9a591c82e3d21934e974860ef287d90b7412c309", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 19 Apr 2024 15:36:28 GMT | ||
* Last updated: Mon, 29 Jul 2024 19:07:13 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
17167