Socket
Socket
Sign inDemoInstall

@api.video/browser-to-rtmp-client

Package Overview
Dependencies
13
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

dist/src/types.d.ts

2

dist/src/index.d.ts
import TypedEmitter from "typed-emitter";
import { ServerError, FfmpegConfig } from "@api.video/browser-to-rtmp-common";
import { ServerError, FfmpegConfig } from "./types";
declare type BrowserToRtmpClientOptions = {

@@ -4,0 +4,0 @@ host: string;

{
"name": "@api.video/browser-to-rtmp-client",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

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

import { EventEmitter } from 'events';
import { io, Socket } from "socket.io-client";
import TypedEmitter from "typed-emitter";
import { ServerToClientEvents, ClientToServerEvents, ServerError, FfmpegConfig } from "@api.video/browser-to-rtmp-common";
import { ServerToClientEvents, ClientToServerEvents, ServerError, FfmpegConfig } from "./types"

@@ -6,0 +6,0 @@ type BrowserToRtmpClientOptions = {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc