New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10 to 1.0.0-beta.11

dist/declarations.d.ts

5

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

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

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

@@ -106,2 +107,3 @@ import MultiCanvas from "wavesurfer.js/src/drawer.multicanvas.js";

error: [Error];
finish: [];
"hot-load": [];

@@ -135,2 +137,3 @@ play: [];

private wsHandleError;
private wsHandleFinish;
private wsHandlePlay;

@@ -137,0 +140,0 @@ private wsHandlePause;

4

dist/index.js

@@ -318,2 +318,5 @@ 'use strict';

};
this.wsHandleFinish = () => {
this.emit("finish");
};
this.wsHandlePlay = () => {

@@ -514,2 +517,3 @@ this.emit("play");

this.ws.on("error", this.wsHandleError);
this.ws.on("finish", this.wsHandleFinish);
this.ws.on("audioprocess", this.wsHandleAudioProcess);

@@ -516,0 +520,0 @@ this.ws.on("redraw", this.wsHandleRedraw);

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

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

Sorry, the diff of this file is not supported yet

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