Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/steam-user

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/steam-user - npm Package Compare versions

Comparing version 4.26.4 to 4.26.5

20

steam-user/components/chatroom.d.ts

@@ -1,4 +0,4 @@

type SteamID = import('steamid');
import SteamUser = require('..');
import EventEmitter = require('events');
type SteamID = import("steamid");
import SteamUser = require("..");
import EventEmitter = require("events");

@@ -337,3 +337,3 @@ export = SteamChatRoomClient;

//#region "Events"
// #region "Events"
interface ChatEvents {

@@ -353,5 +353,5 @@ friendMessage: [message: IncomingFriendMessage];

}
//#endregion "Events"
// #endregion "Events"
//#region "Response Interfaces"
// #region "Response Interfaces"
interface ChatMessage {

@@ -385,3 +385,3 @@ sender: SteamID;

time_banned: Date;
ban_reason: ''; // always empty, SteamUI doesn't support ban reasons
ban_reason: ""; // always empty, SteamUI doesn't support ban reasons
}

@@ -411,5 +411,5 @@

}
//#endregion "Response Interfaces"
// #endregion "Response Interfaces"
//#region "Interfaces"
// #region "Interfaces"
interface ModifiedMessage {

@@ -609,2 +609,2 @@ chat_group_id: string;

//#endregion "Interfaces"
// #endregion "Interfaces"
{
"name": "@types/steam-user",
"version": "4.26.4",
"version": "4.26.5",
"description": "TypeScript definitions for steam-user",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/steam-user",

},
"typesPublisherContentHash": "115b8650bce3482f1bd61e1d87f6510e2bc3ef6b71500a912a6cb3b1782d9e5a",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "2fc68002045a04d0652df9b5ea3394c66b93cde5aebe90586e956f776cb46c00",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 10 May 2023 18:02:55 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: [@types/bytebuffer](https://npmjs.com/package/@types/bytebuffer), [@types/file-manager](https://npmjs.com/package/@types/file-manager), [@types/node](https://npmjs.com/package/@types/node), [@types/steamid](https://npmjs.com/package/@types/steamid)

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is too big to display

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