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.3.0-g65d6357 to 1.3.0-g6710410

core/decoders/jpeg.js

2

core/encodings.js

@@ -17,2 +17,3 @@ /*

encodingTightPNG: -260,
encodingJPEG: 21,

@@ -45,4 +46,5 @@ pseudoEncodingQualityLevel9: -23,

case encodings.encodingTightPNG: return "TightPNG";
case encodings.encodingJPEG: return "JPEG";
default: return "[unknown encoding " + num + "]";
}
}

@@ -24,2 +24,3 @@ "use strict";

encodingTightPNG: -260,
encodingJPEG: 21,
pseudoEncodingQualityLevel9: -23,

@@ -66,2 +67,5 @@ pseudoEncodingQualityLevel0: -32,

case encodings.encodingJPEG:
return "JPEG";
default:

@@ -68,0 +72,0 @@ return "[unknown encoding " + num + "]";

2

package.json
{
"name": "@novnc/novnc",
"version": "1.3.0-g65d6357",
"version": "1.3.0-g6710410",
"description": "An HTML5 VNC client",

@@ -5,0 +5,0 @@ "browser": "lib/rfb",

Sorry, the diff of this file is too big to display

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