@picovoice/cheetah-react
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "@picovoice/cheetah-react", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "React hook for Cheetah Web SDK", | ||
@@ -39,3 +39,3 @@ "entry": "src/index.ts", | ||
"dependencies": { | ||
"@picovoice/cheetah-web": "=2.0.0" | ||
"@picovoice/cheetah-web": "~2.1.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
@@ -16,3 +16,3 @@ # Cheetah Binding for React | ||
- Chrome, Safari, Firefox, and Edge | ||
- Raspberry Pi (4, 3) and NVIDIA Jetson Nano | ||
- Raspberry Pi (3, 4, 5) | ||
@@ -187,9 +187,11 @@ ## Compatibility | ||
## Non-English Languages | ||
### Language Model | ||
In order to detect non-English wake words you need to use the corresponding model file (`.pv`). The model files for all | ||
supported languages are available [here](https://github.com/Picovoice/cheetah/tree/master/lib/common). | ||
Default models for supported languages can be found in [lib/common](../../lib/common). | ||
Create custom language models using the [Picovoice Console](https://console.picovoice.ai/). Here you can train | ||
language models with custom vocabulary and boost words in the existing vocabulary. | ||
## Demo | ||
For example usage refer to our [React demo application](https://github.com/Picovoice/cheetah/tree/master/demo/react). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
196
3976748
24400
8
13
+ Added@picovoice/cheetah-web@2.1.0(transitive)