@slack/webhook
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20926
0
15
124
+ Addedaxios@0.21.4(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
Updatedaxios@^0.21.1