Gathering detailed insights and metrics for altv-pkg-gambit
Gathering detailed insights and metrics for altv-pkg-gambit
Gathering detailed insights and metrics for altv-pkg-gambit
Gathering detailed insights and metrics for altv-pkg-gambit
npm install altv-pkg-gambit
Typescript
Module System
Node Version
NPM Version
55
Supply Chain
93.7
Quality
69.2
Maintenance
50
Vulnerability
79.3
License
JavaScript (100%)
Total Downloads
592
Last Day
5
Last Week
7
Last Month
18
Last Year
213
GPL-3.0 License
100 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Nov 10, 2023
Latest Version
1.2.2
Package Id
altv-pkg-gambit@1.2.2
Unpacked Size
58.86 kB
Size
18.86 kB
File Count
18
NPM Version
9.3.1
Node Version
18.14.0
Published on
Mar 01, 2023
Cumulative downloads
Total Downloads
Last Day
0%
5
Compared to previous day
Last Week
600%
7
Compared to previous week
Last Month
5.9%
18
Compared to previous month
Last Year
54.3%
213
Compared to previous year
A community resource that allows users to easily install resources and ask questions during the installation process, install dependencies, clone the repository, and then handle the responses in their post install script.
This was created to easily install resources from your server's base
directory.
Visit the official alt:V GTA:V Client Website
❤️ Become a Sponsor of my Open Source Work
⌨️ Learn how to script for alt:V
⭐ This repository if you found it useful!
Make sure to get NodeJS
Version 13+
.
If you get module not found errors. You don't have 13+
.
1npm install -g altv-pkg
Powershell Users
If you have issues running the altv-pkg command.
Simply run the following to unblock powershell from running scripts.
Ensure you use powershell with administrative permission.
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force;
You should be running this in a directory with existing server files or where you want to download the alt:V Server Framework for JavaScript.
1altv-pkg d <branch_name>
ie. altv-pkg d release
You should be running this in your base server directory where package.json
is.
If you don't have a package.json do npm init
.
Also make sure to create a folder called resources
.
1altv-pkg i <author>/<reponame>
ie. altv-pkg i stuyk/altv-discord-auth
If the repo is NOT
supported it will tell you.
You should be running this in your base server directory where package.json
is.
1altv-pkg r <author>/<reponame>
If you wish to add support to your resource for this file. Please add .altv
file to your repository with installation instructions. You can also specify []
inside of your .altv
file to skip all instructions.
Only all the cool devs do it. 😎
[](https://shields.io/)
Installs an npm package automatically.
Ask a question for the user to respond to in the comnand line.
Responses are recorded to resources/<your_repo>/responses.json
Specify a script for node to run at the end of the script.
This file should be located in your repository.
Here is a baseline example of your .altv
file could look.
Yes, you can have multiple instructions of the same type.
1[ 2 { 3 "type": "package", 4 "name": "sjcl", 5 "version": "latest" 6 }, 7 { 8 "type": "question", 9 "question": "What is your favorite color?" 10 }, 11 { 12 "type": "postinstall", 13 "file": "post.js" 14 } 15]
sjcl
to package.json
dependencies.responses.json
postinstall
script called post.js
with NodeJS.Created by Stuyk (Trevor Wessel)
https://github.com/sponsors/Stuyk/
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-06-30
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