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.4 to 1.1.5

6

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

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

export declare const core = "@livepeer/core@1.1.4";
export declare const react = "@livepeer/react@2.1.4";
export declare const reactNative = "@livepeer/react-native@1.1.4";
export declare const core = "@livepeer/core@1.1.5";
export declare const react = "@livepeer/react@2.1.5";
export declare const reactNative = "@livepeer/react-native@1.1.5";

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

// map to known TLDs, with .com => .studio
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster:10443' : null;
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster' : null;

@@ -40,0 +40,0 @@ // if not a known TLD, then do not return a URL

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

// map to known TLDs, with .com => .studio
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster:10443' : null;
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster' : null;

@@ -40,0 +40,0 @@ // if not a known TLD, then do not return a URL

@@ -29,3 +29,3 @@ export { D as DEFAULT_AUTOHIDE_TIME, a as DEFAULT_VOLUME_LEVEL, c as createControllerStore, g as getMediaSourceType } from '../../dist/src-e4278ceb.esm.js';

// map to known TLDs, with .com => .studio
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster:10443' : null;
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster' : null;

@@ -32,0 +32,0 @@ // if not a known TLD, then do not return a URL

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

"license": "MIT",
"version": "1.1.4",
"version": "1.1.5",
"repository": {

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

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

const core = `@livepeer/core@1.1.4`;
const react = `@livepeer/react@2.1.4`;
const reactNative = `@livepeer/react-native@1.1.4`;
const core = `@livepeer/core@1.1.5`;
const react = `@livepeer/react@2.1.5`;
const reactNative = `@livepeer/react-native@1.1.5`;

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

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

const core = `@livepeer/core@1.1.4`;
const react = `@livepeer/react@2.1.4`;
const reactNative = `@livepeer/react-native@1.1.4`;
const core = `@livepeer/core@1.1.5`;
const react = `@livepeer/react@2.1.5`;
const reactNative = `@livepeer/react-native@1.1.5`;

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

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

const core = `@livepeer/core@1.1.4`;
const react = `@livepeer/react@2.1.4`;
const reactNative = `@livepeer/react-native@1.1.4`;
const core = `@livepeer/core@1.1.5`;
const react = `@livepeer/react@2.1.5`;
const reactNative = `@livepeer/react-native@1.1.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