Socket
Socket
Sign inDemoInstall

slack-client

Package Overview
Dependencies
Maintainers
3
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 2.0.3 to 2.0.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### v2.0.4 (2016-02-28)
* Passes through the logLevel param to the getLogger function
### v2.0.3 (2016-02-28)

@@ -2,0 +6,0 @@

2

lib/clients/client.js

@@ -63,3 +63,3 @@ /**

*/
this.logger = opts.logger || getLogger();
this.logger = opts.logger || getLogger(opts.logLevel);

@@ -66,0 +66,0 @@ this._createFacets();

@@ -32,3 +32,3 @@ /* eslint no-unused-vars: 0 */

*/
this.logger = dataStoreOpts.logger || getLogger();
this.logger = dataStoreOpts.logger || getLogger(dataStoreOpts.logLevel);

@@ -35,0 +35,0 @@ forEach(messageHandlers, function anonRegisterMessageHandler(handler, event) {

{
"name": "slack-client",
"version": "2.0.3",
"version": "2.0.4",
"description": "A library for creating a Slack client",

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

@@ -20,5 +20,11 @@ # Node Library for the Slack APIs

```bashp
npm install slack-client --save
npm install @slack/client --save
```
## Package name change!!
**IMPORTANT** We're moving to NPM organizations, so going forwards the client will be published as a scoped module under the Slack organization.
We'll dual-publish both `@slack/client` and `slack-client` until at least `2.1.0` is released, and possibly past that, but please switch over before then.
## Usage

@@ -25,0 +31,0 @@

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