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

@novnc/novnc

Package Overview
Dependencies
Maintainers
4
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novnc/novnc - npm Package Compare versions

Comparing version 1.5.0-g96c76f7 to 1.5.0-gc6c8e5e

lib/decoders/zlib.js

3

lib/encodings.js

@@ -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";

2

package.json
{
"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

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