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

capacitor-voice-recorder

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-voice-recorder - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

dist/esm/definitions.d.ts

@@ -11,2 +11,3 @@ declare module '@capacitor/core' {

msDuration: number;
mimeType: string;
};

@@ -13,0 +14,0 @@ }

2

package.json
{
"name": "capacitor-voice-recorder",
"version": "0.0.4",
"version": "0.0.5",
"description": "Capacitor plugin for voice recording",

@@ -5,0 +5,0 @@ "main": "dist/esm/index.js",

@@ -38,3 +38,4 @@ # capacitor-voice-recorder

has not been called before this function then the promise will reject with the message "RECORDING_HAS_NOT_STARTED".
in a case of success, the recording will be returned to the user in base64 string and duration in milliseconds
in a case of success, the recording will be returned to the user in base64 string, the duration in milliseconds
and the mime type

@@ -78,3 +79,4 @@

/**
* In case of success the promise will resolve with {"value": { recordDataBase64: string, msDuration: number }},
* In case of success the promise will resolve with:
* {"value": { recordDataBase64: string, msDuration: number, mimeType: string }},
* the file will be 3gp for android and m4a for ios.

@@ -81,0 +83,0 @@ * in case of an error the promise will reject with one of the following messages:

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

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

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