Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
30
Maintainers
3
Versions
10
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/types.d.ts

2

dist/connection.d.ts

@@ -1,2 +0,2 @@

import { ClientToServerEvents, FfmpegConfig, InterServerEvents, ServerToClientEvents, SocketData } from "@api.video/browser-to-rtmp-common";
import { ClientToServerEvents, FfmpegConfig, InterServerEvents, ServerToClientEvents, SocketData } from './types';
import { Socket } from 'socket.io';

@@ -3,0 +3,0 @@ import { Logger } from 'tslog';

/// <reference types="node" />
import { FfmpegConfig, ServerError } from '@api.video/browser-to-rtmp-common';
import { FfmpegConfig, ServerError } from './types';
import { Logger } from 'tslog';

@@ -4,0 +4,0 @@ import TypedEmitter from "typed-emitter";

/// <reference types="node" />
import { ServerError } from '@api.video/browser-to-rtmp-common';
import { ServerError } from './types';
import { Server as HttpServer } from 'http';

@@ -4,0 +4,0 @@ import { ServerOptions } from 'socket.io';

{
"name": "@api.video/browser-to-rtmp-server",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",

@@ -18,3 +18,4 @@ "typings": "./dist/index.d.ts",

"socket.io": "^4.4.0",
"tslog": "^3.3.0"
"tslog": "^3.3.0",
"ts-deepmerge": "^1.1.0"
},

@@ -21,0 +22,0 @@ "devDependencies": {

import {
ClientToServerEvents, FfmpegConfig, InterServerEvents, ServerError, ServerToClientEvents, SocketData
} from "@api.video/browser-to-rtmp-common";
} from './types';
import { triggerAsyncId } from "async_hooks";

@@ -5,0 +5,0 @@ import { EventEmitter } from 'events';

@@ -1,2 +0,2 @@

import { FfmpegConfig, ServerError } from '@api.video/browser-to-rtmp-common';
import { FfmpegConfig, ServerError } from './types';
import { ChildProcessWithoutNullStreams, spawn } from 'child_process';

@@ -3,0 +3,0 @@ import { EventEmitter } from 'events';

import {
ClientToServerEvents, InterServerEvents, ServerError, ServerToClientEvents, SocketData
} from '@api.video/browser-to-rtmp-common';
} from './types';
import { randomUUID } from 'crypto';

@@ -5,0 +5,0 @@ import EventEmitter from 'events';

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