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

snowtransfer

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

snowtransfer - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

dist/Endpoints.d.ts

@@ -77,3 +77,3 @@ /**

INTERACTION_CALLBACK: (interactionID: string, token: string) => "/interactions/:interaction_id/:token/callback";
INVITE: (inviteID: string) => "/invite/:invite_id";
INVITE: (inviteID: string) => "/invites/:invite_id";
OAUTH2_APPLICATION: (appID: string) => "/oauth2/applications/:app_id";

@@ -80,0 +80,0 @@ STAGE_INSTANCE_CHANNEL: (chanID: string) => "/stage-instances/:channel_id";

@@ -82,3 +82,3 @@ "use strict";

INTERACTION_CALLBACK: (interactionID, token) => `/interactions/${interactionID}/${token}/callback`,
INVITE: (inviteID) => `/invite/${inviteID}`,
INVITE: (inviteID) => `/invites/${inviteID}`,
OAUTH2_APPLICATION: (appID) => `/oauth2/applications/${appID}`,

@@ -85,0 +85,0 @@ STAGE_INSTANCE_CHANNEL: (chanID) => `${Endpoints.STAGE_INSTANCES}/${chanID}`,

@@ -29,2 +29,4 @@ /**

topic: string;
privacy_level?: import("discord-typings").PrivacyLevel;
send_start_notification?: boolean;
}): Promise<import("discord-typings").StageInstance>;

@@ -51,2 +53,3 @@ /**

topic: string;
privacy_level?: import("discord-typings").PrivacyLevel;
}): Promise<import("discord-typings").StageInstance>;

@@ -53,0 +56,0 @@ /**

{
"name": "snowtransfer",
"version": "0.4.2",
"version": "0.4.3",
"description": "Minimalistic Rest client for the Discord Api",

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

"centra": "^2.5.0",
"discord-typings": "^10.0.2",
"discord-typings": "^10.0.3",
"form-data": "~4.0.0"

@@ -36,0 +36,0 @@ },

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