Socket
Socket
Sign inDemoInstall

altv-pkg

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altv-pkg

Install alt:V Binaries Quickly


Version published
Weekly downloads
520
decreased by-18.88%
Maintainers
1
Weekly downloads
 
Created
Source

altv-pkg

Download server binaries quickly and easily for alt:V Servers.

UsageDescription
altv-pkg releaseDownload latest release binaries
altv-pkg rcDownload latest rc binaries
altv-pkg devDownload latest dev binaries

How to install?

npm i --save-dev altv-pkg

How to run?

npx altv-pkg release

Configuration

Create a .altvpkgrc.json file in your root directory and add the following JSON code.

Note: The loadJSV2Module configuration allows you to include the experimental JavaScript V2 (JSV2) module when downloading binaries. Please be aware that as of the current release, the JSV2 module is exclusively available in the dev branch.

Note: The loadVoiceServer configuration allows you to include external voice server when downloading binaries.

Below you'll find all available options for the .altvpkgrc.json file with their default values:

{
    "loadJSModule": true,
    "loadBytecodeModule": false,
    "loadCSharpModule": false,
    "loadJSV2Module": false,
    "loadVoiceServer": false
}

Keywords

FAQs

Package last updated on 10 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc