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

cloudstorm

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudstorm - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

dist/structures/BetterWs.d.ts

@@ -40,3 +40,3 @@ /// <reference types="node" />

constructor(address: string, options: import("../Types").IClientWSOptions);
get status(): 2 | 3 | 4 | 1;
get status(): 1 | 2 | 3 | 4;
connect(): Promise<void>;

@@ -43,0 +43,0 @@ close(code: number, reason?: string): Promise<void>;

@@ -1,18 +0,2 @@

export interface IntentFlags {
GUILDS: number;
GUILD_MEMBERS: number;
GUILD_BANS: number;
GUILD_EMOJIS_AND_STICKERS: number;
GUILD_INTEGRATIONS: number;
GUILD_WEBHOOKS: number;
GUILD_INVITES: number;
GUILD_VOICE_STATES: number;
GUILD_PRESENCES: number;
GUILD_MESSAGES: number;
GUILD_MESSAGE_REACTIONS: number;
GUILD_MESSAGE_TYPING: number;
DIRECT_MESSAGES: number;
DIRECT_MESSAGE_REACTIONS: number;
DIRECT_MESSAGE_TYPING: number;
}
export declare type IntentFlags = (typeof import("./Intents"))["flags"];
export declare type IntentResolvable = number | Array<number> | keyof IntentFlags | Array<keyof IntentFlags>;

@@ -19,0 +3,0 @@ export interface IWSMessage {

{
"name": "cloudstorm",
"version": "0.5.2",
"version": "0.5.3",
"description": "Minimalistic Discord Gateway library",

@@ -17,3 +17,3 @@ "main": "./dist/index.js",

"dependencies": {
"snowtransfer": "^0.4.3"
"snowtransfer": "^0.5.1"
},

@@ -23,7 +23,7 @@ "devDependencies": {

"@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"typedoc": "^0.22.13",
"typedoc-plugin-mdn-links": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"typedoc": "^0.22.15",
"typedoc-plugin-mdn-links": "^1.0.6",
"typedoc-plugin-missing-exports": "^0.22.6",

@@ -30,0 +30,0 @@ "typescript": "^4.6.3"

Sorry, the diff of this file is not supported yet

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