jinora
jinora copied to clipboard
Replace slack-utils with the slack package
The slack-utils package was written when there weren't many good clients for Slack available. However:
- Jinora is the only app using it
- It hasn't been maintained in quite some time
- There are known security issues with the dependencies it is using
I've been trying to do a new release, but mocha is causing some issues with tests that I don't want to bypass: https://github.com/captn3m0/slack-utils/pull/7
But even then, this would be a stop-gap measure, since slack-utils relies on Slack Legacy Tokens and not the new API. Using the new API would also give Jinora some super-powers like supporting multiple organizations easily with one-click installs.
Can you post the link to the slack package you're talking about?
captn3m0/slack-utils on GitHub, slack-utils on NPM.
On 07-Jun-2019, at 22:13, Vaibhav [email protected] wrote:
Can you link me to the slack package you're talking about?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Yeah... So I was asking about the package we want to replace slack-utils with.
Sorry, was on mobile.
https://www.npmjs.com/package/slack seems to support everything
Thanks! I'll take a look at it :)
@vrongmeal Any update on this?
Hi! Sorry I've been a bit busy. Totally forgot about this. I'll ask someone else if anyone is interested in changing the dependency.
Please do. I'm planning to delete the npm package by month end (31st July)
@vrongmeal Is someone picking this up?
Yeah. @AyanChoudhary has taken this up.