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

revolt-api

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revolt-api - npm Package Compare versions

Comparing version 0.5.3-alpha.1 to 0.5.3-alpha.2

2

package.json
{
"name": "revolt-api",
"version": "0.5.3-alpha.1",
"version": "0.5.3-alpha.2",
"description": "Revolt API typings",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -160,2 +160,10 @@ import type { Attachment } from './Autumn';

nsfw?: boolean
/**
* Server flags
*
* `1`: Official Revolt server
* `2`: Verified community server
*/
flags?: number
}

@@ -100,2 +100,9 @@ import type { Attachment } from './Autumn';

* Bitfield of user's badges
*
* `1`: Developer
* `2`: Translator
* `4`: Supporter
* `8`: Responsible Disclosure
* `16`: Revolt Team
* `256`: Early Adopter
*/

@@ -119,5 +126,5 @@ badges?: number

*
* `0x1`: Account is suspended
* `0x2`: Account was deleted
* `0x4`: Account is banned
* `1`: Account is suspended
* `2`: Account was deleted
* `4`: Account is banned
*/

@@ -124,0 +131,0 @@ flags?: number

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