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-alpha.0 to 1.0.0-alpha.2

14

index.d.ts
/// <reference types="react" />
import * as React from "react";
import EE from "eventemitter3";
declare var _default: any;
declare const WaveSurfer: typeof _default;
declare var _default$0: any;
interface Segment {

@@ -30,2 +29,4 @@ id?: string;

};
declare function defaultTimeFormatter(seconds: number): string;
declare const WaveSurfer: typeof _default$0;
declare class Drawer {

@@ -157,10 +158,11 @@ constructor(container: HTMLElement, params: any);

channels?: Channel[];
children?: React.ReactNode;
currentSegment?: string;
children?: React.ReactNode;
onReady?: (player: Player) => void;
options?: PlayerOptionProp;
segments?: Segment[];
splitChannels?: boolean;
style?: React.CSSProperties;
playbackRate?: PlaybackRate;
recordingUrl: string;
splitChannels?: boolean;
segments?: Segment[];
}

@@ -199,3 +201,3 @@ declare class Player extends React.Component<PlayerProps> {

}
export { Player, Mark };
export { Player, Mark, defaultTimeFormatter };
//# sourceMappingURL=index.d.ts.map
{
"name": "@twilio/player",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.2",
"author": "Twilio",

@@ -5,0 +5,0 @@ "license": "Apache",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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