New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@signalwire/js

Package Overview
Dependencies
Maintainers
2
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalwire/js - npm Package Compare versions

Comparing version 3.15.0-dev.202208310932.b9fb5de.0 to 3.15.0-dev.202208311443.5c3abab.0

16

dist/core/src/rooms/methods.d.ts
import type { BaseRoomInterface, RoomSessionRecording, RoomSessionPlayback, RoomSessionStream } from '.';
import type { VideoMemberEntity, MemberCommandParams, VideoPosition } from '../types';
import type { MediaAllowed } from '../utils/interfaces';
import type { MediaAllowed, VideoMeta } from '../utils/interfaces';
declare type RoomMethodParams = Record<string, unknown>;

@@ -55,3 +55,6 @@ interface RoomMethodPropertyDescriptor<OutputType, ParamsType> extends PropertyDescriptor {

export declare const play: RoomMethodDescriptor<any, PlayParams>;
export declare const getMeta: RoomMethodDescriptor<void, RoomMethodParams>;
interface GetMetaOutput {
meta: VideoMeta;
}
export declare const getMeta: RoomMethodDescriptor<GetMetaOutput, RoomMethodParams>;
export interface SetMetaParams extends Record<string, unknown> {

@@ -117,9 +120,12 @@ }

export declare const removeAllMembers: RoomMethodDescriptor<void, void>;
export declare const getMemberMeta: RoomMethodDescriptor<void, RoomMemberMethodParams>;
interface GetMemberMetaOutput {
meta: VideoMeta;
}
export declare const getMemberMeta: RoomMethodDescriptor<GetMemberMetaOutput, RoomMemberMethodParams>;
export interface SetMemberMetaParams extends MemberCommandParams {
meta: Record<string, unknown>;
meta: VideoMeta;
}
export declare const setMemberMeta: RoomMethodDescriptor<void, RoomMemberMethodParams>;
export interface UpdateMemberMetaParams extends MemberCommandParams {
meta: Record<string, unknown>;
meta: VideoMeta;
}

@@ -126,0 +132,0 @@ export declare const updateMemberMeta: RoomMethodDescriptor<void, RoomMemberMethodParams>;

@@ -92,2 +92,3 @@ /// <reference types="node" />

declare type VideoAllowed = MediaDirectionAllowed;
export declare type VideoMeta = Record<string, any>;
export interface VideoAuthorization {

@@ -105,3 +106,3 @@ type: 'video';

scopes: string[];
meta: Record<any, any>;
meta: VideoMeta;
};

@@ -113,3 +114,3 @@ signature: string;

video_allowed: VideoAllowed;
meta: Record<any, any>;
meta: VideoMeta;
}

@@ -116,0 +117,0 @@ export declare type ChatAuthorizationChannels = Record<string, {

@@ -1282,3 +1282,3 @@ var __defProp = Object.defineProperty;

__publicField(this, "WebSocketConstructor", WebSocket);
__publicField(this, "agent", "@signalwire/js/browser/3.15.0-dev.202208310932.b9fb5de.0");
__publicField(this, "agent", "@signalwire/js/browser/3.15.0-dev.202208311443.5c3abab.0");
}

@@ -1285,0 +1285,0 @@ get allowHijack() {

@@ -1284,3 +1284,3 @@ var __create = Object.create;

__publicField(this, "WebSocketConstructor", WebSocket);
__publicField(this, "agent", "@signalwire/js/browser/3.15.0-dev.202208310932.b9fb5de.0");
__publicField(this, "agent", "@signalwire/js/browser/3.15.0-dev.202208311443.5c3abab.0");
}

@@ -1287,0 +1287,0 @@ get allowHijack() {

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "3.15.0-dev.202208310932.b9fb5de.0",
"version": "3.15.0-dev.202208311443.5c3abab.0",
"main": "dist/index.js",

@@ -47,4 +47,4 @@ "module": "dist/index.esm.js",

"dependencies": {
"@signalwire/core": "3.12.0-dev.202208310932.b9fb5de.0",
"@signalwire/webrtc": "3.5.7-dev.202208310932.b9fb5de.0",
"@signalwire/core": "3.12.0-dev.202208311443.5c3abab.0",
"@signalwire/webrtc": "3.5.7-dev.202208311443.5c3abab.0",
"jwt-decode": "^3.1.2"

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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