Socket
Socket
Sign inDemoInstall

video-frames

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.13 to 1.0.14

5

index.js

@@ -44,2 +44,7 @@ module.exports = async options => {

// Set currentTime to duration / 2
// (fix for correctly invoking onseeked event for currentTime = 0 if the first frame is at 0 sec.)
video.currentTime = video.duration / 2
await new Promise(resolve => { seekResolve = resolve })
// Set options to default values if not set

@@ -46,0 +51,0 @@ fallbackToDefault('format', 'image/png')

2

package.json
{
"name": "video-frames",
"version": "1.0.13",
"version": "1.0.14",
"private": false,

@@ -5,0 +5,0 @@ "description": "Client-side video frames extraction as base64 encoded images",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc