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

@slack/webhook

Package Overview
Dependencies
Maintainers
12
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.2 to 5.0.3

9

package.json
{
"name": "@slack/webhook",
"version": "5.0.2",
"version": "5.0.3",
"description": "Official library for using the Slack Platform's Incoming Webhooks",

@@ -41,5 +41,5 @@ "author": "Slack Technologies, Inc.",

"dependencies": {
"@slack/types": "^1.1.0",
"@slack/types": "^1.2.1",
"@types/node": ">=8.9.0",
"axios": "^0.18.0"
"axios": "^0.19.0"
},

@@ -61,4 +61,3 @@ "devDependencies": {

"typescript": "^3.3.3333"
},
"gitHead": "8a3f777519718ffb87cbde712f75b8d594255f84"
}
}

@@ -31,3 +31,3 @@ # Slack Incoming Webhooks

The URL can come from installation in your development workspace, which is shown right in the app configuration pages.
Or, the URL could be in the response from [`oauth.access`](https://api.slack.com/methods/oauth.access) when the app is
Or, the URL could be in the response from [`oauth.v2.access`](https://api.slack.com/methods/oauth.v2.access) when the app is
distributed and installed into another workspace.

@@ -34,0 +34,0 @@

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