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

@twilio/player

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/player - npm Package Compare versions

Comparing version 1.0.0-beta.13 to 1.0.0-beta.14

3

dist/index.d.ts
/// <reference types="react" />
/// <reference path="./declarations.d.ts" />
import * as React from "react";

@@ -7,3 +6,3 @@ import WaveSurfer from "wavesurfer.js";

import { WaveSurferParams as WaveSurferParams$0 } from "wavesurfer.js";
import * as EE from "eventemitter3";
import EE from "eventemitter3";
import CanvasEntry from "wavesurfer.js/src/drawer.canvasentry.js";

@@ -10,0 +9,0 @@ import MultiCanvas from "wavesurfer.js/src/drawer.multicanvas.js";

@@ -401,4 +401,6 @@ 'use strict';

const isPlaying = this.isPlaying();
const rate = this.ws.getPlaybackRate();
this.isHotLoading = true;
this.mediaElement.src = url;
this.ws.setPlaybackRate(rate);
this.ws.backend.seekTo(time);

@@ -405,0 +407,0 @@ if (isPlaying) {

{
"name": "@twilio/player",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

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