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.1.2 to 1.1.3

6

dist/declarations/src/providers/version.d.ts

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

export declare const core = "@livepeer/core@1.1.2";
export declare const react = "@livepeer/react@2.1.2";
export declare const reactNative = "@livepeer/react-native@1.1.2";
export declare const core = "@livepeer/core@1.1.3";
export declare const react = "@livepeer/react@2.1.3";
export declare const reactNative = "@livepeer/react-native@1.1.3";

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

"license": "MIT",
"version": "1.1.2",
"version": "1.1.3",
"repository": {

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

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

const core = `@livepeer/core@1.1.2`;
const react = `@livepeer/react@2.1.2`;
const reactNative = `@livepeer/react-native@1.1.2`;
const core = `@livepeer/core@1.1.3`;
const react = `@livepeer/react@2.1.3`;
const reactNative = `@livepeer/react-native@1.1.3`;

@@ -216,3 +216,3 @@ class BaseLivepeerProvider {

},
...(source instanceof File ? null : {
...(typeof File !== 'undefined' && source instanceof File ? null : {
chunkSize: 5 * 1024 * 1024

@@ -219,0 +219,0 @@ }),

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

const core = `@livepeer/core@1.1.2`;
const react = `@livepeer/react@2.1.2`;
const reactNative = `@livepeer/react-native@1.1.2`;
const core = `@livepeer/core@1.1.3`;
const react = `@livepeer/react@2.1.3`;
const reactNative = `@livepeer/react-native@1.1.3`;

@@ -216,3 +216,3 @@ class BaseLivepeerProvider {

},
...(source instanceof File ? null : {
...(typeof File !== 'undefined' && source instanceof File ? null : {
chunkSize: 5 * 1024 * 1024

@@ -219,0 +219,0 @@ }),

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

const core = `@livepeer/core@1.1.2`;
const react = `@livepeer/react@2.1.2`;
const reactNative = `@livepeer/react-native@1.1.2`;
const core = `@livepeer/core@1.1.3`;
const react = `@livepeer/react@2.1.3`;
const reactNative = `@livepeer/react-native@1.1.3`;

@@ -189,3 +189,3 @@ class BaseLivepeerProvider {

},
...(source instanceof File ? null : {
...(typeof File !== 'undefined' && source instanceof File ? null : {
chunkSize: 5 * 1024 * 1024

@@ -192,0 +192,0 @@ }),

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