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

@livepeer/core

Package Overview
Dependencies
Maintainers
6
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 1.2.2 to 1.2.3

2

dist/declarations/src/media/metrics/metrics.d.ts

@@ -20,3 +20,3 @@ import { MediaControllerStore } from '../controller';

player: 'livepeer-js';
protocol: MimeType | 'unknown';
sourceType: MimeType | 'unknown';
pageUrl: string;

@@ -23,0 +23,0 @@ sourceUrl: string;

@@ -1,3 +0,3 @@

export declare const core = "@livepeer/core@1.2.2";
export declare const react = "@livepeer/react@2.2.4";
export declare const reactNative = "@livepeer/react-native@1.2.4";
export declare const core = "@livepeer/core@1.2.3";
export declare const react = "@livepeer/react@2.2.5";
export declare const reactNative = "@livepeer/react-native@1.2.5";

@@ -180,3 +180,3 @@ 'use strict';

preloadTime: 0,
protocol: currentState?.src?.mime ?? 'unknown',
sourceType: currentState?.src?.mime ?? 'unknown',
sourceUrl: '',

@@ -183,0 +183,0 @@ timeStalled: 0,

@@ -180,3 +180,3 @@ 'use strict';

preloadTime: 0,
protocol: currentState?.src?.mime ?? 'unknown',
sourceType: currentState?.src?.mime ?? 'unknown',
sourceUrl: '',

@@ -183,0 +183,0 @@ timeStalled: 0,

@@ -173,3 +173,3 @@ import { g as getMediaSourceType } from '../../dist/src-6007c27b.esm.js';

preloadTime: 0,
protocol: currentState?.src?.mime ?? 'unknown',
sourceType: currentState?.src?.mime ?? 'unknown',
sourceUrl: '',

@@ -176,0 +176,0 @@ timeStalled: 0,

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.2.2",
"version": "1.2.3",
"repository": {

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

@@ -33,5 +33,5 @@ 'use strict';

const core = `@livepeer/core@1.2.2`;
const react = `@livepeer/react@2.2.4`;
const reactNative = `@livepeer/react-native@1.2.4`;
const core = `@livepeer/core@1.2.3`;
const react = `@livepeer/react@2.2.5`;
const reactNative = `@livepeer/react-native@1.2.5`;

@@ -38,0 +38,0 @@ class BaseLivepeerProvider {

@@ -33,5 +33,5 @@ 'use strict';

const core = `@livepeer/core@1.2.2`;
const react = `@livepeer/react@2.2.4`;
const reactNative = `@livepeer/react-native@1.2.4`;
const core = `@livepeer/core@1.2.3`;
const react = `@livepeer/react@2.2.5`;
const reactNative = `@livepeer/react-native@1.2.5`;

@@ -38,0 +38,0 @@ class BaseLivepeerProvider {

@@ -6,5 +6,5 @@ import * as tus from 'tus-js-client';

const core = `@livepeer/core@1.2.2`;
const react = `@livepeer/react@2.2.4`;
const reactNative = `@livepeer/react-native@1.2.4`;
const core = `@livepeer/core@1.2.3`;
const react = `@livepeer/react@2.2.5`;
const reactNative = `@livepeer/react-native@1.2.5`;

@@ -11,0 +11,0 @@ class BaseLivepeerProvider {

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