Socket
Socket
Sign inDemoInstall

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.2.0 to 1.2.2

index.js

10

package.json
{
"name": "slack-client",
"version": "1.2.0",
"version": "1.2.2",
"description": "A library for creating a full Slack client",
"main": "./index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "grunt prepublish"
},

@@ -32,5 +33,6 @@ "keywords": [

"devDependencies": {
"grunt": "~0.4.1",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-release": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.5.0"

@@ -37,0 +39,0 @@ },

2

README.md

@@ -11,3 +11,3 @@ # Node.js Slack Client Library

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.
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 documentation is minimal, at best.

@@ -14,0 +14,0 @@ ## Contribute

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