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

slackinator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slackinator - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

lib/bot.js

@@ -192,6 +192,11 @@ var _ = require('lodash')

// Take the text of the first attachment that has a fallback
if (message.attachments && message.attachments.length) {
return _(message.attachments).find(function(a) {
var attch = _(message.attachments).find(function(a) {
return a.fallback.length
}).result('fallback')
})
if (attch) {
return _.result(attch, 'fallback')
}
}

@@ -198,0 +203,0 @@

{
"name": "slackinator",
"version": "0.1.0",
"version": "0.1.1",
"description": "A library for easily creating slack bots",

@@ -5,0 +5,0 @@ "repository": {

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