Gathering detailed insights and metrics for @euirim/microsoft-cognitiveservices-speech-sdk
Gathering detailed insights and metrics for @euirim/microsoft-cognitiveservices-speech-sdk
npm install @euirim/microsoft-cognitiveservices-speech-sdk
Typescript
Module System
Node Version
NPM Version
76.2
Supply Chain
94.3
Quality
73.9
Maintenance
100
Vulnerability
100
License
TypeScript (97.88%)
JavaScript (0.95%)
HTML (0.55%)
Batchfile (0.33%)
Shell (0.3%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
3,713
Last Day
1
Last Week
6
Last Month
12
Last Year
3,135
NOASSERTION License
88 Commits
34 Branches
1 Contributors
Updated on Dec 19, 2019
Minified
Minified + Gzipped
Latest Version
1.8.0
Package Id
@euirim/microsoft-cognitiveservices-speech-sdk@1.8.0
Unpacked Size
5.97 MB
Size
753.11 kB
File Count
1,060
NPM Version
6.12.1
Node Version
12.13.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
200%
6
Compared to previous week
Last Month
-7.7%
12
Compared to previous month
Last Year
3,132%
3,135
Compared to previous year
The Microsoft Cognitive Services Speech SDK for JavaScript is the JavaScript version of the Microsoft Cognitive Services Speech SDK. An in-depth description of feature set, functionality, supported platforms, as well as installation options is available here.
The JavaScript versions of the Cognitive Services Speech SDK supports browser scenarios as well as the Node.js environment.
For the latest stable version:
1npm install microsoft-cognitiveservices-speech-sdk
This source code for the Cognitive Services Speeck SDK (JavaScript) is available in a public GitHub repository. You are not required to go through the build process. We create prebuilt packages tuned for your use-cases. These are updated in regular intervals.
In order to build the Speech SDK, ensure that you have Git and Node.js installed.
Clone the repository:
1git clone https://github.com/Microsoft/cognitive-services-speech-sdk-js
Change to the Speech SDK directory:
1cd cognitive-services-speech-sdk-js
Install the required packages:
npm install
Run the build:
npm run build
This project collects data and sends it to Microsoft to help monitor our service performance and improve our products and services. Read the Microsoft Privacy Statement to learn more.
To disable telemetry, you can call the following API:
1// disable telemetry data 2sdk.Recognizer.enableTelemetry(false);
This is a global setting and will disable telemetry for all recognizers (already created or new recognizers).
We strongly recommend you keep telemetry enabled. With telemetry enabled you transmit information about your platform (operating system and possibly, Speech Service relevant information like microphone characteristics, etc.), and information about the performance of the Speech Service (the time when you did send data and when you received data). It can be used to tune the service, monitor service performance and stability, and might help us to analyze reported problems. Without telemetry enabled, it is not possible for us to do any form of detailed analysis in case of a support request.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
65 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-03-10
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More