Node Slack Sdk: @slack/events-api@v2.1.0 Release

Release date:
March 20, 2019
Previous version:
@slack/events-api@v2.0.0 (released March 20, 2019)
Magnitude:
118 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in @slack/events-api@v2.1.0

aoberoi

Directory Browser for @slack/events-api@v2.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • Exports a new function verifyRequestSignature({ signingSecret, requestSignature, requestTimestamp, body }). This function can be used to verify the authenticity of a request even without using the requestListener or expressMiddleware offered by this package. It's a useful utility when your application doesn't need the adapter (EventEmitter), but you don't want to reinvent the signature check. thanks @ianwsperber (#71)

Original: https://github.com/slackapi/node-slack-events-api/releases/tag/v2.1.0