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

@livepeer/core

Package Overview
Dependencies
Maintainers
0
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livepeer/core - npm Package Compare versions

Comparing version 3.2.0-next.5 to 3.2.0-next.6

9

dist/media/index.d.ts

@@ -280,2 +280,8 @@ import { StoreApi } from 'zustand/vanilla';

/**
* How long to cache WebRTC timeouts for faster subsequent playbacks after a timeout.
*
* Set to a number, in ms, to enable caching.
*/
cacheWebRTCFailureMs: number | null;
/**
* Whether hotkeys are enabled. Defaults to `true`. Allows users to use keyboard shortcuts for player control.

@@ -515,2 +521,3 @@ *

onWaiting: () => void;
onWebRTCTimeout: () => void;
requestClip: () => void;

@@ -694,2 +701,4 @@ requestMeasure: () => void;

waiting_count: number;
/** The time the playback has spent in a warning state, in ms, since last heartbeat. */
time_warning_ms: number;
/** The time the playback has spent in an errored state, in ms, since last heartbeat. */

@@ -696,0 +705,0 @@ time_errored_ms: number;

2

dist/utils/index.d.ts

@@ -11,3 +11,3 @@ interface IObject {

options: DeepMergeOptions;
withOptions<T_1 extends IObject[]>(options: Partial<DeepMergeOptions>, ...objects: T_1): TUnionToIntersection<T_1[number]>;
withOptions<T extends IObject[]>(options: Partial<DeepMergeOptions>, ...objects: T): TUnionToIntersection<T[number]>;
};

@@ -14,0 +14,0 @@

declare const version: {
readonly core: "@livepeer/core@3.2.0-next.5";
readonly react: "@livepeer/react@4.2.0-next.5";
readonly core: "@livepeer/core@3.2.0-next.6";
readonly react: "@livepeer/react@4.2.0-next.6";
};
export { version };
// src/version.ts
var core = "@livepeer/core@3.2.0-next.5";
var react = "@livepeer/react@4.2.0-next.5";
var core = "@livepeer/core@3.2.0-next.6";
var react = "@livepeer/react@4.2.0-next.6";
var version = {

@@ -5,0 +5,0 @@ core,

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

"type": "module",
"version": "3.2.0-next.5",
"version": "3.2.0-next.6",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

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 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

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 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