Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@altv/types-client

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altv/types-client - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

index.d.ts

@@ -205,2 +205,3 @@ declare module "alt-client" {

* @remarks It's a slighty modified semantic versioning specification, which can be matched using this regular expression pattern `^(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))$`.
* @beta
*/

@@ -211,2 +212,3 @@ export const Version: string;

* Represents the current client branch.
* @beta
*/

@@ -416,2 +418,3 @@ export const Branch: string;

* Vehicle handling, which affects how vehicle responds and reacts to the inputs of a driver.
* @beta
*/

@@ -697,3 +700,3 @@ public handling: IVehicleHandling;

/**
* @deprecated
* @deprecated Seriously, don't use it because it might get removed someday in most unexpected moment.
*/

@@ -700,0 +703,0 @@ public static requestOAuth2Token(): Promise<IDiscordOAuth2Token>;

2

package.json
{
"name": "@altv/types-client",
"version": "1.3.1",
"version": "1.3.2",
"description": "This package contains types definitions for alt:V client-side module.",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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