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.91 to 0.1.1

android/.idea/jarRepositories.xml

3

dist/esm/web.js

@@ -1,2 +0,2 @@

import { WebPlugin } from '@capacitor/core';
import { registerWebPlugin, WebPlugin } from '@capacitor/core';
export class VoiceRecorderWeb extends WebPlugin {

@@ -27,4 +27,3 @@ constructor() {

export { VoiceRecorder };
import { registerWebPlugin } from '@capacitor/core';
registerWebPlugin(VoiceRecorder);
//# sourceMappingURL=web.js.map
{
"name": "Capacitor",
"version": "1.4.0",
"version": "2.4.2",
"summary": "Capacitor for iOS",
"social_media_url": "http://twitter.com/getcapacitor",
"social_media_url": "https://twitter.com/capacitorjs",
"license": "MIT",
"homepage": "https://capacitor.ionicframework.com/",
"homepage": "https://capacitorjs.com/",
"platforms": {

@@ -16,16 +16,16 @@ "ios": "11.0"

"git": "https://github.com/ionic-team/capacitor.git",
"tag": "1.4.0"
"tag": "2.4.2"
},
"source_files": [
"ios/Capacitor/Capacitor/*.{swift,h,m}",
"ios/Capacitor/Capacitor/Plugins/*.{swift,h,m}",
"ios/Capacitor/Capacitor/Plugins/**/*.{swift,h,m}"
"Capacitor/Capacitor/*.{swift,h,m}",
"Capacitor/Capacitor/Plugins/*.{swift,h,m}",
"Capacitor/Capacitor/Plugins/**/*.{swift,h,m}"
],
"dependencies": {
"CapacitorCordova": [
"1.4.0"
]
},
"swift_versions": "4.2",
"swift_version": "4.2"
"swift_versions": "5.0",
"swift_version": "5.0"
}
{
"name": "CapacitorCordova",
"module_name": "Cordova",
"version": "1.4.0",
"version": "2.4.2",
"summary": "Capacitor Cordova Compatibility Layer",
"homepage": "https://ionic-team.github.io/capacitor",
"homepage": "https://capacitorjs.com",
"license": "MIT",

@@ -13,3 +13,3 @@ "authors": {

"git": "https://github.com/ionic-team/capacitor",
"tag": "1.4.0"
"tag": "2.4.2"
},

@@ -19,6 +19,6 @@ "platforms": {

},
"source_files": "ios/CapacitorCordova/**/*.{h,m}",
"public_header_files": "ios/CapacitorCordova/CapacitorCordova/Classes/Public/*.h",
"source_files": "CapacitorCordova/**/*.{h,m}",
"public_header_files": "CapacitorCordova/CapacitorCordova/Classes/Public/*.h",
"requires_arc": true,
"frameworks": "WebKit"
}
{
"name": "capacitor-voice-recorder",
"version": "0.0.91",
"version": "0.1.1",
"description": "Capacitor plugin for voice recording",

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

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

with the message "CANNOT_VOICE_RECORD_ON_THIS_PHONE".
if there's a recording already running then the promise will reject with "ALREADY_RECORDING"
if there's a recording already running then the promise will reject with "ALREADY_RECORDING",
and if the microphone is being used by other app then the promise will reject with "MICROPHONE_BEING_USED".
NOTE: in case of unknown error the promise will reject with "FAILED_TO_RECORD"

@@ -73,3 +74,3 @@ ---

* in case of an error the promise will reject with one of the following messages:
* "MISSING_PERMISSION", "ALREADY_RECORDING", "CANNOT_RECORD_ON_THIS_PHONE" or "FAILED_TO_RECORD"
* "MISSING_PERMISSION", "ALREADY_RECORDING", "CANNOT_RECORD_ON_THIS_PHONE", "MICROPHONE_BEING_USED" or "FAILED_TO_RECORD"
*/

@@ -76,0 +77,0 @@ VoiceRecorder.startRecording()

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

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

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