Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@realtimex/vad-react

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@realtimex/vad-react - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-2
package.json

@@ -16,3 +16,3 @@ {

"homepage": "https://github.com/ricky0123/vad",
"version": "0.1.0",
"version": "0.1.1",
"license": "ISC",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"onnxruntime-web": "^1.17.0",
"@realtimex/vad-web": "^0.1.0"
"@realtimex/vad-web": "^0.1.1"
},

@@ -28,0 +28,0 @@ "peerDependencies": {

@@ -1,3 +0,5 @@

# Voice Activity Detector for the React Apps
# Voice Activity Detector for React
See the [project home](https://github.com/ricky0123/vad) for more details.
React hook wrapper around @realtimex/vad-web.
See the [project home](https://github.com/therealtimex/vad) and examples/ for usage.