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

@replit/novnc

Package Overview
Dependencies
Maintainers
11
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replit/novnc - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

core/util/audio.js

1

core/encodings.js

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

pseudoEncodingCompressLevel0: -256,
pseudoEncodingReplitAudio: 0x52706c41,
pseudoEncodingVMwareCursor: 0x574d5664,

@@ -32,0 +33,0 @@ pseudoEncodingExtendedClipboard: 0xc0a1e5ce

@@ -171,2 +171,7 @@ # noVNC API

a valid WebSocket URL. This can also be a `WebSocket` or `RTCDataChannel`.
If a `DOMString` is supplied then the connection will be delayed until the next tick to
allow allow adding event listeners that fire on connection. If an existing object
is supplied then the connection logic happens the same tick. For instance if passing
in an existing open WebSocket then it will not be possible to listen for the `connect`
event. This is to avoid dropping data on a connection that has data as soon as its opened.

@@ -173,0 +178,0 @@ **`options`** *Optional*

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

pseudoEncodingCompressLevel0: -256,
pseudoEncodingReplitAudio: 0x52706c41,
pseudoEncodingVMwareCursor: 0x574d5664,

@@ -38,0 +39,0 @@ pseudoEncodingExtendedClipboard: 0xc0a1e5ce

2

package.json
{
"name": "@replit/novnc",
"version": "2.1.1",
"version": "2.2.0",
"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