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

slackbotapi

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slackbotapi - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

3

index.js

@@ -94,2 +94,3 @@ //////////////////////////////////////////////////////////////////

data.token = token;
if(typeof data.attachments !== 'undefined') data.attachments = JSON.stringify(data.attachments);
request.post('https://slack.com/api/'+method, function (error, response, body) {

@@ -273,2 +274,2 @@ if (!error && response.statusCode == 200) {

module.exports = slackAPI;
module.exports = slackAPI;

@@ -0,0 +0,0 @@ GNU LESSER GENERAL PUBLIC LICENSE

{
"name": "slackbotapi",
"version": "1.2.2",
"version": "1.2.3",
"description": "a node.js API using Slack their RTM API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ SlackbotAPI

[![GitHub Issues](https://img.shields.io/github/issues/xBytez/slackbotapi.svg?style=flat-square)](https://github.com/xBytez/slackbotapi/issues)
[![Current Version](https://img.shields.io/badge/version-1.2.1-green.svg?style=flat-square)](https://github.com/xBytez/slackbotapi)
[![Current Version](https://img.shields.io/badge/version-1.2.3-green.svg?style=flat-square)](https://github.com/xBytez/slackbotapi)

@@ -8,0 +8,0 @@ A Node.JS module for Slack's RTM API

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