Socket
Socket
Sign inDemoInstall

discord-slim

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-slim - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

dist/actions.js

@@ -10,3 +10,3 @@ import { URLSearchParams } from 'url';

Delete: (channel_id, requestOptions) => Request("DELETE", Path("channels", channel_id), requestOptions),
GetMessages: (channel_id, params, requestOptions) => Request("GET", Path("channels", channel_id, "messages"), requestOptions, params),
GetMessages: (channel_id, params, requestOptions) => Request("GET", Path("channels", channel_id, "messages") + Query(params), requestOptions),
BulkDeleteMessages: (channel_id, params, requestOptions) => Request("POST", Path("channels", channel_id, "messages", "bulk-delete"), requestOptions, params),

@@ -13,0 +13,0 @@ EditPermissions: (channel_id, overwrite_id, params, requestOptions) => Request("PUT", Path("channels", channel_id, "permissions", overwrite_id), requestOptions, params),

{
"name": "discord-slim",
"version": "2.5.0",
"version": "2.5.1",
"description": "Lightweight Discord API library for Node.js.",

@@ -5,0 +5,0 @@ "author": "Hanabishi",

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