@novnc/novnc
Advanced tools
Comparing version 1.5.0-g96c76f7 to 1.5.0-gc6c8e5e
@@ -21,2 +21,3 @@ "use strict"; | ||
encodingHextile: 5, | ||
encodingZlib: 6, | ||
encodingTight: 7, | ||
@@ -53,2 +54,4 @@ encodingZRLE: 16, | ||
return "Hextile"; | ||
case encodings.encodingZlib: | ||
return "Zlib"; | ||
case encodings.encodingTight: | ||
@@ -55,0 +58,0 @@ return "Tight"; |
{ | ||
"name": "@novnc/novnc", | ||
"version": "1.5.0-g96c76f7", | ||
"version": "1.5.0-gc6c8e5e", | ||
"description": "An HTML5 VNC client", | ||
@@ -5,0 +5,0 @@ "browser": "lib/rfb", |
@@ -69,3 +69,3 @@ ## noVNC: HTML VNC Client Library and Application | ||
* Supported VNC encodings: raw, copyrect, rre, hextile, tight, tightPNG, | ||
ZRLE, JPEG | ||
ZRLE, JPEG, Zlib | ||
* Supports scaling, clipping and resizing the desktop | ||
@@ -72,0 +72,0 @@ * Local cursor rendering |
Sorry, the diff of this file is too big to display
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
738270
63
17430