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.1 to 1.2.2

6

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

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

export declare const core = "@livepeer/core@1.2.1";
export declare const react = "@livepeer/react@2.2.1";
export declare const reactNative = "@livepeer/react-native@1.2.1";
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";

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

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

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

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

const core = `@livepeer/core@1.2.1`;
const react = `@livepeer/react@2.2.1`;
const reactNative = `@livepeer/react-native@1.2.1`;
const core = `@livepeer/core@1.2.2`;
const react = `@livepeer/react@2.2.4`;
const reactNative = `@livepeer/react-native@1.2.4`;

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

if (!response.ok) {
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}`, await response.json());
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}, status code was ${response.status}`, await response.json());
}

@@ -65,0 +65,0 @@ return response.json();

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

const core = `@livepeer/core@1.2.1`;
const react = `@livepeer/react@2.2.1`;
const reactNative = `@livepeer/react-native@1.2.1`;
const core = `@livepeer/core@1.2.2`;
const react = `@livepeer/react@2.2.4`;
const reactNative = `@livepeer/react-native@1.2.4`;

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

if (!response.ok) {
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}`, await response.json());
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}, status code was ${response.status}`, await response.json());
}

@@ -65,0 +65,0 @@ return response.json();

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

const core = `@livepeer/core@1.2.1`;
const react = `@livepeer/react@2.2.1`;
const reactNative = `@livepeer/react-native@1.2.1`;
const core = `@livepeer/core@1.2.2`;
const react = `@livepeer/react@2.2.4`;
const reactNative = `@livepeer/react-native@1.2.4`;

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

if (!response.ok) {
throw new HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}`, await response.json());
throw new HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}, status code was ${response.status}`, await response.json());
}

@@ -38,0 +38,0 @@ return response.json();

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