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.3 to 1.7.4

24

index.d.ts

@@ -137,2 +137,10 @@ /// <reference types="@altv/types-shared"/>

export const enum VehicleIndicatorLights {
BlinkLeft = 1,
BlinkRight = 2,
BlinkPermBoth = 4,
StaticBoth = 8,
Interior = 64,
}
export const enum WebSocketReadyState {

@@ -681,3 +689,3 @@ Connecting,

*/
public indicatorLights: number;
public indicatorLights: VehicleIndicatorLights;

@@ -1248,9 +1256,11 @@ /**

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

@@ -1257,0 +1267,0 @@ /**

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