You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cordova-plugin-speechrecognition

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-speechrecognition - npm Package Compare versions

Comparing version

to
1.1.1

7

CHANGELOG.md
# Changelog
## v1.1.1
- Android: use Cordova Permissions API
- Android: drop Android Support Library requirement
## v1.1.0
- Android: recognition is runnable in the background without popup window ( option `showPopup` )
- modify parameters of function `startListening`
- modify signature of function `startListening`
- Android: real callbacks for `requestPermission`

@@ -8,0 +13,0 @@

2

package.json
{
"name": "cordova-plugin-speechrecognition",
"version": "1.1.0",
"version": "1.1.1",
"description": "Cordova Plugin for Speech Recognition",

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

@@ -134,3 +134,4 @@ # cordova-plugin-speechrecognition

- Android 2.2 (API level 8)
- cordova-android v5.0.0
- Android API level 14
- `<android:launchMode>` must not be `singleInstance`. It can be `singleTask`, `standard`, `singleTop`.

@@ -137,0 +138,0 @@ - [RECORD_AUDIO](https://developer.android.com/reference/android/Manifest.permission.html#RECORD_AUDIO) permission

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet