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.7.2 to 1.7.3

38

index.d.ts

@@ -666,3 +666,3 @@ /// <reference types="@altv/types-shared"/>

*
* @alpha
* @beta
*/

@@ -677,2 +677,9 @@ public maxGear: number;

/**
* Vehicle indicator lights.
*
* @beta
*/
public indicatorLights: number;
/**
* Vehicle RPM.

@@ -1024,2 +1031,23 @@ *

/**
* Is the webview a overlay.
*
* @alpha
*/
public readonly isOverlay: boolean;
/**
* Is the webview ready.
*
* @alpha
*/
public readonly isReady: boolean;
/**
* Is the webview focused.
*
* @alpha
*/
public focused: boolean;
/**
* Creates a fullscreen WebView.

@@ -1221,2 +1249,10 @@ *

export class PedBlip extends Blip {
constructor(ped: number);
}
export class VehicleBlip extends Blip {
constructor(vehicle: number);
}
/**

@@ -1223,0 +1259,0 @@ * Vehicle handling, which affects how vehicle responds and reacts to the inputs of a driver.

2

package.json
{
"name": "@altv/types-client",
"version": "1.7.2",
"version": "1.7.3",
"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