@slack/webhook
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"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 @@ |
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
20857
18
1
+ Addedaxios@0.19.2(transitive)
- Removedaxios@0.18.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updated@slack/types@^1.2.1
Updatedaxios@^0.19.0