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.4.4 to 1.4.5

3

index.d.ts

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

/** @beta */
export function once<K extends keyof IClientEvent>(eventName: K, listener: IClientEvent[K]): void;

@@ -1656,2 +1657,3 @@

/** @beta */
export function once<S extends string>(event: Exclude<S, keyof IClientEvent>, listener: (...args: any[]) => void | Promise<void>): void;

@@ -1667,2 +1669,3 @@

/** @beta */
export function onceServer(eventName: string, listener: (...args: any[]) => void): void;

@@ -1669,0 +1672,0 @@

2

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