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.10 to 0.5.3-alpha.11

2

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

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

@@ -29,2 +29,13 @@ import type { Attachment } from "./Autumn";

/**
* Whether to collect analytics on this bot
* Enabled if bot is discoverable
*/
analytics?: boolean
/**
* Whether this bot is discoverable
*/
discoverable?: boolean
/**
* Interactions endpoint URL

@@ -31,0 +42,0 @@ *

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

flags?: number
/**
* Whether to collect analytics on this server
* Enabled if server is discoverable
*/
analytics?: boolean
/**
* Whether this server is discoverable
*/
discoverable?: boolean
}

Sorry, the diff of this file is not supported yet

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