Socket
Socket
Sign inDemoInstall

@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.4.5 to 1.4.6

50

index.d.ts

@@ -1175,28 +1175,55 @@ declare module "alt-client" {

export class Blip extends WorldObject {
/**
* @beta
*/
/** @beta */
public static routeColor: RGBA;
public alpha: number;
public asMissionCreator: boolean;
public bright: boolean;
public category: number;
public color: number;
public crewIndicatorVisible: boolean;
/** @beta */
public display: number;
public flashes: boolean;
public flashesAlternate: boolean;
public flashInterval: number;
public flashTimer: number;
public flashes: boolean;
public flashesAlternate: boolean;
public friendIndicatorVisible: boolean;
/**
* @deprecated This property was removed on the other branches than release.
*/
public friendly: boolean;
public gxtName: string;
public heading: number;
public headingIndicatorVisible: boolean;
public highDetail: boolean;
public name: string;
public number: number;
public outlineIndicatorVisible: boolean;
public priority: number;
public pulse: boolean;
public route: boolean;
/**

@@ -1206,3 +1233,8 @@ * @deprecated This property was changed from instance member to static.

public routeColor: number;
/**
* @deprecated This property was renamed to {@link size} on the other branches than release.
*/
public scale: number;
/**

@@ -1212,6 +1244,14 @@ * @remarks This property will expect and return RGBA object on the other branches than release.

public secondaryColor: number | RGBA;
public shortRange: boolean;
public showCone: boolean;
public shrinked: boolean;
/** @beta */
public size: number;
public sprite: number;
public tickVisible: boolean;

@@ -1218,0 +1258,0 @@

2

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