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

@gabrielmaialva33/discord-video-stream

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gabrielmaialva33/discord-video-stream - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

package.json
{
"name": "@gabrielmaialva33/discord-video-stream",
"version": "0.8.1",
"version": "0.8.2",
"description": "Experiment for making video streaming work for discord self bots",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,2 +10,3 @@ import _sodium from 'libsodium-wrappers'

await _sodium.ready
// eslint-disable-next-line @typescript-eslint/naming-convention
const crypto_secretbox_easy = _sodium.crypto_secretbox_easy

@@ -12,0 +13,0 @@

@@ -71,6 +71,6 @@ import WebSocket from 'ws'

width: 1080,
height: 720,
height: 1920,
fps: 30,
bitrateKbps: 1000,
maxBitrateKbps: 2500,
bitrateKbps: 3000,
maxBitrateKbps: 8000,
hardwareAcceleratedDecoding: false,

@@ -77,0 +77,0 @@ videoCodec: 'H264',

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