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.5.4 to 1.5.5

9

index.d.ts

@@ -394,2 +394,5 @@ declare module "alt-client" {

/**
* @alpha
*/
export class Vector2 {

@@ -1144,2 +1147,4 @@ public readonly x: number;

* @param pos x, y coordinates of the position.
*
* @alpha
*/

@@ -1154,2 +1159,4 @@ constructor(url: string, pos: IVector2);

* @param size x, y to define the size.
*
* @alpha
*/

@@ -1165,2 +1172,4 @@ constructor(url: string, pos: IVector2, size: IVector2);

* @param size x, y to define the size.
*
* @alpha
*/

@@ -1167,0 +1176,0 @@ constructor(url: string, isOverlay: boolean, pos: IVector2, size: IVector2);

2

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