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

@ylink-sdk/stream

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ylink-sdk/stream - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

8

dist/types/index.d.ts

@@ -111,2 +111,3 @@ import { MediaEventHandler } from './media';

readonly ssrc: number;
loadeddata: boolean;
/**

@@ -130,2 +131,9 @@ * 设置渲染器

getStats(): Promise<any>;
onloadeddata?: () => void;
onready?: () => void;
onfailed?: () => void;
setParameters(parameters: {
width: number;
height: number;
}): void;
}

@@ -132,0 +140,0 @@ export interface AudioSender {

2

package.json
{
"name": "@ylink-sdk/stream",
"version": "0.1.5",
"version": "0.1.6",
"main": "dist/ylink-sdk-stream.umd.js",

@@ -5,0 +5,0 @@ "module": "dist/ylink-sdk-stream.es.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