Socket
Book a DemoInstallSign in
Socket

@agrigate/speech-to-text-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agrigate/speech-to-text-wrapper - npm Package Compare versions

Comparing version

to
1.0.7

assets/index.d.ts

37

package.json
{
"name": "@agrigate/speech-to-text-wrapper",
"version": "1.0.6",
"version": "1.0.7",
"description": "Wrapper around any <TextInput /> in React Native that provides support for speech to text functionality—powerful & ease to use",
"main": "/src/index.ts",
"main": "/src/index.ts",
"types": "/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MhtChawlaRutrust/speech-to-text-wrapper.git"
"type": "git",
"url": "git+https://github.com/MhtChawlaRutrust/speech-to-text-wrapper.git"
},
"keywords": [
"react-native",
"speech-to-text",
"speechtotext",
"speechsupportwrapper",
"speechinput",
"speechtextinput",
"speechtotextwrapper"
"react-native",
"speech-to-text",
"speechtotext",
"speechsupportwrapper",
"speechinput",
"speechtextinput",
"speechtotextwrapper"
],

@@ -26,9 +27,11 @@ "author": "Mohit Chawla",

"bugs": {
"url": "https://github.com/MhtChawlaRutrust/speech-to-text-wrapper/issues"
"url": "https://github.com/MhtChawlaRutrust/speech-to-text-wrapper/issues"
},
"homepage": "https://github.com/MhtChawlaRutrust/speech-to-text-wrapper#readme",
"devDependencies": {
"typescript": "5.8.3"
"typescript": "5.8.3"
},
"dependencies": {
"react-native": "^0.79.2"
}
}
}

@@ -9,2 +9,3 @@ {

"allowSyntheticDefaultImports": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,

@@ -11,0 +12,0 @@ "strict": true,