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

@slack/webhook

Package Overview
Dependencies
Maintainers
11
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 7.0.2 to 7.0.3

LICENSE

2

dist/IncomingWebhook.d.ts
/// <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

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