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

@conectar/conectar-ws

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conectar/conectar-ws - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/wire.js

4

index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for Wire.js 0.0.1

declare module 'conectar-ws' {
declare module '@conectar/conectar-ws' {
interface Wire {

@@ -70,3 +70,3 @@ add_stream(

send(action: string, data: object): void;
share_screen(peer_id?: string): Promise<void[]>;
share_screen(peer_id?: string): Promise<void>;
start_camera(): Promise<MediaStream>;

@@ -73,0 +73,0 @@ start_mic(): Promise<MediaStream>;

@@ -314,3 +314,4 @@ export default class Wire {

})
.then(response => (response.json() ? response.json() : response));
.then(response => (response.json() ? response.json() : response))
.catch(err => console.error('Wire Request Error', err));
}

@@ -535,3 +536,3 @@

async share_screen(peer_id) {
share_screen(peer_id) {
return new Promise((resolve, reject) => {

@@ -538,0 +539,0 @@ if (!this.local_streams.screen) {

{
"name": "@conectar/conectar-ws",
"version": "0.0.11",
"version": "0.0.12",
"description": "Conectar WS connections",

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

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