@slack/webhook
Advanced tools
Comparing version 7.0.2 to 7.0.3
/// <reference types="node" /> | ||
import { Agent } from 'http'; | ||
import { MessageAttachment, Block, KnownBlock } from '@slack/types'; | ||
import { Block, KnownBlock, MessageAttachment } from '@slack/types'; | ||
/** | ||
@@ -5,0 +5,0 @@ * A client for Slack's Incoming Webhooks |
{ | ||
"name": "@slack/webhook", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Official library for using the Slack Platform's Incoming Webhooks", | ||
@@ -35,7 +35,7 @@ "author": "Slack Technologies, LLC", | ||
"build": "npm run build:clean && tsc", | ||
"build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output", | ||
"lint": "eslint --ext .ts src", | ||
"build:clean": "shx rm -rf ./dist ./coverage", | ||
"lint": "eslint --fix --ext .ts src", | ||
"mocha": "mocha --config .mocharc.json src/*.spec.js", | ||
"test": "npm run lint && npm run test:unit", | ||
"test:unit": "npm run build && nyc --reporter=text-summary npm run mocha", | ||
"test:unit": "npm run build && c8 npm run mocha", | ||
"ref-docs:model": "api-extractor run" | ||
@@ -46,10 +46,11 @@ }, | ||
"@types/node": ">=18.0.0", | ||
"axios": "^1.6.3" | ||
"axios": "^1.7.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@types/chai": "^4.3.5", | ||
"@types/mocha": "^10.0.1", | ||
"@typescript-eslint/eslint-plugin": "^6.4.1", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"@types/chai": "^4.3.5", | ||
"@types/mocha": "^10.0.1", | ||
"c8": "^9.1.0", | ||
"chai": "^4.3.8", | ||
@@ -60,2 +61,3 @@ "eslint": "^8.47.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-import-newlines": "^1.3.4", | ||
"eslint-plugin-jsdoc": "^46.5.0", | ||
@@ -65,3 +67,2 @@ "eslint-plugin-node": "^11.1.0", | ||
"nock": "^13.3.3", | ||
"nyc": "^15.1.0", | ||
"shx": "^0.3.2", | ||
@@ -68,0 +69,0 @@ "sinon": "^17.0.0", |
# Slack Incoming Webhooks | ||
[![codecov](https://codecov.io/gh/slackapi/node-slack-sdk/graph/badge.svg?token=OcQREPvC7r&flag=webhook)](https://codecov.io/gh/slackapi/node-slack-sdk) | ||
The `@slack/webhook` package contains a helper for making requests to Slack's [Incoming | ||
@@ -4,0 +6,0 @@ Webhooks](https://api.slack.com/messaging/webhooks). Use it in your app to send a notification to a channel. |
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
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
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
23888
19
122
21
1
Updatedaxios@^1.7.4