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

slack-client

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slack-client - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

10

package.json
{
"name": "slack-client",
"version": "1.1.0",
"version": "1.2.0",
"description": "A library for creating a full Slack client",

@@ -12,7 +12,7 @@ "main": "./index",

],
"author": "Tiny Speck, Inc.",
"author": "Slack Technologies, Inc.",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/tinyspeck/node-slack/raw/master/LICENSE"
"url": "http://github.com/slackhq/node-slack-client/raw/master/LICENSE"
}

@@ -22,6 +22,6 @@ ],

"type": "git",
"url": "git://github.com/tinyspeck/node-slack.git"
"url": "git://github.com/slackhq/node-slack-client.git"
},
"bugs": {
"url": "http://github.com/tinyspeck/node-slack/issues"
"url": "http://github.com/slackhq/node-slack-client/issues"
},

@@ -28,0 +28,0 @@ "dependencies": {

@@ -5,9 +5,9 @@ # Node.js Slack Client Library

[![Build Status](https://travis-ci.org/tinyspeck/node-slack.png?branch=master)](https://travis-ci.org/tinyspeck/node-slack)
[![Build Status](https://travis-ci.org/slackhq/node-slack-client.png?branch=master)](https://travis-ci.org/slackhq/node-slack-client)
## Description
This is a Slack client library for Node.js. It is intended to expose all base functionality of Slack, while providing some common abstractions and generally making your life easier, if you want it to.
This is a Slack client library for Node.js. It is intended to expose all of the functionality of [Slack's Real Time Messaging API](https://api.slack.com/rtm) while providing some common abstractions and generally making your life easier, if you want it to.
**This code is in heavy development and is not supported in any way. Documentation is minimal, at best. Use at your own risk, but please contribute back**
This code has been built to support our [hubot-slack](https://github.com/slackhq/hubot-slack) adapter. Most other functionality isn't yet supported, and documenation is minimal, at best.

@@ -30,3 +30,3 @@ ## Contribute

Copyright © Tiny Speck, Inc. MIT License; see LICENSE for further details.
Copyright © Slack Technologies, Inc. MIT License; see LICENSE for further details.

@@ -38,2 +38,2 @@ ## TODOs

3. Document the connection options, etc
4. Emit more events around unreads and mentions
4. Emit more events around unreads and mentions

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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