New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-video-thumbnail

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-video-thumbnail - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "cordova-plugin-video-thumbnail",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create video thumbnails from video file paths on Android.",

@@ -5,0 +5,0 @@ "cordova": {

@@ -15,14 +15,14 @@ # cordova-plugin-video-thumbnail

### Parameters
## Parameters
<dl>
<dt>fileURI</dt>
<dd>Path to video on the device</dd>
**fileURI**
<dt>callback(err, imageData)</dt>
<dd>This function will be fired when the plugin has finished processing. If an error has occurred 'err' will be populated, otherwise, it will be null and imageData will contain a base64 string.</dd>
</dl>
Path to video on the device
### Example
**callback(err, imageData)**
This function will be fired when the plugin has finished processing. If an error has occurred 'err' will be populated, otherwise, it will be null and imageData will contain a base64 string.
## Example
```js

@@ -29,0 +29,0 @@ navigator.createThumbnail(fileURI, function(err, imageData) {

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