Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

simli-client

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simli-client - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+1
-0
dist/Transports/BaseTransport.js

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

else if (firstToken.includes("ENDFRAME")) {
transport.emit("stop");
transport.disconnect();

@@ -51,0 +52,0 @@ }

@@ -76,2 +76,3 @@ import { SimliClientEvents } from "../Events";

} else if (firstToken.includes("ENDFRAME")) {
transport.emit("stop")
transport.disconnect()

@@ -78,0 +79,0 @@ } else if (firstToken.includes("DESTINATION")) {

+1
-1
{
"name": "simli-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "Simli WebRTC Client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",