Gathering detailed insights and metrics for @azure-rest/ai-anomaly-detector
Gathering detailed insights and metrics for @azure-rest/ai-anomaly-detector
This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
npm install @azure-rest/ai-anomaly-detector
Typescript
Module System
Min. Node Version
Node Version
NPM Version
68.5
Supply Chain
86.7
Quality
96.7
Maintenance
100
Vulnerability
100
License
@azure-rest/ai-document-translator_1.0.0-beta.2
Updated on Feb 14, 2025
@azure/arm-eventhub_5.3.0-beta.1
Updated on Feb 13, 2025
@azure/arm-appservice_16.0.0
Updated on Feb 13, 2025
@azure-rest/iot-device-update_1.1.0
Updated on Feb 13, 2025
@azure/arm-servicenetworking_2.0.0
Updated on Feb 12, 2025
@azure/web-pubsub-client_1.0.2
Updated on Feb 12, 2025
TypeScript (86.66%)
JavaScript (12.94%)
PowerShell (0.32%)
Bicep (0.05%)
HTML (0.01%)
Mustache (0.01%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
24,923
Last Day
72
Last Week
395
Last Month
1,685
Last Year
16,695
MIT License
2,122 Stars
18,202 Commits
1,219 Forks
378 Watchers
515 Branches
2,812 Contributors
Updated on Feb 14, 2025
Minified
Minified + Gzipped
Latest Version
1.0.0-beta.1
Package Id
@azure-rest/ai-anomaly-detector@1.0.0-beta.1
Unpacked Size
175.52 kB
Size
30.69 kB
File Count
25
NPM Version
8.19.2
Node Version
16.18.1
Cumulative downloads
Total Downloads
Last Day
-27.3%
72
Compared to previous day
Last Week
-20%
395
Compared to previous week
Last Month
-1.8%
1,685
Compared to previous month
Last Year
140.9%
16,695
Compared to previous year
7
35
AnomalyDetector Rest Client
Please rely heavily on our REST client docs to use this library
Key links:
@azure-rest/ai-anomaly-detector
packageInstall the Azure AnomalyDetectorRest REST client REST client library for JavaScript with npm
:
1npm install @azure-rest/ai-anomaly-detector
AnomalyDetectorRestClient
To use an Azure Active Directory (AAD) token credential, provide an instance of the desired credential type obtained from the @azure/identity library.
To authenticate with AAD, you must first npm
install @azure/identity
After setup, you can choose which type of credential from @azure/identity
to use.
As an example, DefaultAzureCredential
can be used to authenticate the client.
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the AZURE_LOG_LEVEL
environment variable to info
. Alternatively, logging can be enabled at runtime by calling setLogLevel
in the @azure/logger
:
1const { setLogLevel } = require("@azure/logger"); 2 3setLogLevel("info");
For more detailed instructions on how to enable logs, you can look at the @azure/logger package docs.
No vulnerabilities found.
Reason
30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
binaries present in source code
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-02-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