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

@twilio/player

Package Overview
Dependencies
Maintainers
0
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.1.0 to 1.1.1

coverage/clover.xml

6

CHANGELOG.md
# Changelog
## 1.1.1
### Added
- Fix for skipto method fail- fallback to 0 instead of fail
## 1.1.0

@@ -4,0 +10,0 @@

2

dist/index.d.ts

@@ -144,3 +144,3 @@ /// <reference types="wavesurfer.js" />

isReady: () => boolean;
seekToSecond: (seconds: number, offsetFromSegment?: boolean) => void;
seekToSecond: (seconds: number, offsetFromSegment?: boolean, recordingDuration?: number | undefined) => void;
setCurrentSegment: (duration?: number | undefined, offset?: number | undefined) => void;

@@ -147,0 +147,0 @@ setPlaybackRate: (rate?: PlaybackRate) => void;

{
"name": "@twilio/player",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",

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

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

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