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

@slack/webhook

Package Overview
Dependencies
Maintainers
15
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/webhook - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

dist/IncomingWebhook.d.ts

@@ -23,3 +23,3 @@ /// <reference types="node" />

* Send a notification to a conversation
* @param message the message (a simple string, or an object describing the message)
* @param message - the message (a simple string, or an object describing the message)
*/

@@ -26,0 +26,0 @@ send(message: string | IncomingWebhookSendArguments): Promise<IncomingWebhookResult>;

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

* Send a notification to a conversation
* @param message the message (a simple string, or an object describing the message)
* @param message - the message (a simple string, or an object describing the message)
*/

@@ -36,0 +36,0 @@ async send(message) {

/// <reference lib="es2017" />
export { IncomingWebhook, IncomingWebhookDefaultArguments, IncomingWebhookSendArguments, IncomingWebhookResult, } from './IncomingWebhook';
export { ErrorCode, IncomingWebhookSendError, IncomingWebhookRequestError, IncomingWebhookHTTPError, } from './errors';
export { CodedError, ErrorCode, IncomingWebhookSendError, IncomingWebhookRequestError, IncomingWebhookHTTPError, } from './errors';
//# sourceMappingURL=index.d.ts.map
{
"name": "@slack/webhook",
"version": "5.0.3",
"version": "5.0.4",
"description": "Official library for using the Slack Platform's Incoming Webhooks",

@@ -38,3 +38,4 @@ "author": "Slack Technologies, Inc.",

"test": "npm run build && nyc mocha --config .mocharc.json src/*.spec.js",
"coverage": "codecov -F webhook --root=$PWD"
"coverage": "codecov -F webhook --root=$PWD",
"ref-docs:model": "api-extractor run"
},

@@ -44,5 +45,6 @@ "dependencies": {

"@types/node": ">=8.9.0",
"axios": "^0.19.0"
"axios": "^0.21.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.3.4",
"@types/chai": "^4.1.7",

@@ -49,0 +51,0 @@ "@types/mocha": "^5.2.6",

# Slack Incoming Webhooks
<!-- TODO: per-job badge https://github.com/bjfish/travis-matrix-badges/issues/4 -->
[![Build Status](https://travis-ci.org/slackapi/node-slack-sdk.svg?branch=master)](https://travis-ci.org/slackapi/node-slack-sdk)
[![build-ci](https://github.com/slackapi/node-slack-sdk/workflows/CI%20Build/badge.svg)](https://github.com/slackapi/node-slack-sdk/actions?query=workflow%3A%22CI+Build%22)
<!-- TODO: per-flag badge https://docs.codecov.io/docs/flags#section-flag-badges-and-graphs -->

@@ -6,0 +5,0 @@ [![codecov](https://codecov.io/gh/slackapi/node-slack-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/slackapi/node-slack-sdk)

Sorry, the diff of this file is not supported yet

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