Socket
Socket
Sign inDemoInstall

altv-pkg

Package Overview
Dependencies
18
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    altv-pkg

Install alt:V Binaries Quickly


Version published
Weekly downloads
278
decreased by-13.12%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 16 Dec 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc