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

discord-ts-webhook

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-ts-webhook - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

index.d.ts

@@ -60,3 +60,3 @@ export type WebhookOptions = {

timestamp?: Date;
color?: number;
color?: string;
description?: string;

@@ -84,3 +84,3 @@ fields: WebhookField[];

setTimestamp(): this;
setColor(color: number): this;
setColor(color: string): this;
setDescription(description: string): this;

@@ -87,0 +87,0 @@ addField(fieldName: string, fieldValue: string, inline?: boolean): this;

{
"name": "discord-ts-webhook",
"version": "1.2.0",
"version": "1.2.1",
"description": "Allows for easy webhook sending through discord's webhook API",

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

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