Gathering detailed insights and metrics for @altv/types-server
Gathering detailed insights and metrics for @altv/types-server
Gathering detailed insights and metrics for @altv/types-server
Gathering detailed insights and metrics for @altv/types-server
npm install @altv/types-server
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
31 Stars
1,404 Commits
74 Forks
7 Watching
4 Branches
58 Contributors
Updated on 21 Nov 2024
Cumulative downloads
Total Downloads
Last day
-16.6%
391
Compared to previous day
Last week
5.8%
2,933
Compared to previous week
Last month
113.8%
12,193
Compared to previous month
Last year
12.3%
43,770
Compared to previous year
1
This repository contains types definitions for the alt:V JavaScript modules.
Client-side
1# With npm 2npm i -D @altv/types-shared @altv/types-client @altv/types-natives @altv/types-webview 3# With yarn 4yarn add -D @altv/types-shared @altv/types-client @altv/types-natives @altv/types-webview
Server-side
1# With npm 2npm i -D @altv/types-shared @altv/types-server 3# With yarn 4yarn add -D @altv/types-shared @altv/types-server
To make these types detectable, you've to add typeRoots
property below to your project's tsconfig.json
1{ 2 "compilerOptions": { 3 "typeRoots": ["./node_modules/@types", "./node_modules/@altv"] 4 } 5}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 16/30 approved changesets -- score normalized to 5
Reason
5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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