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.9 to 0.0.91

2

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

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

@@ -105,1 +105,14 @@ # capacitor-voice-recorder

and a corresponding purpose string in your app's Info.plist
## android note
Please make sure to add the plugin in your MainActivity.java like so:
```
import com.tchvu3.capvoicerecorder.VoiceRecorder;
...
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
add(VoiceRecorder.class); // Add this line
}});
}
```

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