New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

getto-slack_api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getto-slack_api

slack_api : getto-psycher vendor plugin

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

node-getto-slack_api

slack_api : getto-psycher vendor plugin

status: production ready

const slack_api = require("getto-slack_api").init();

slack_api.chat.postMessage({
  token: "TOKEN",
  channel: "CHANNEL",
  text: "TEXT",
});

slack_api.reactions.add({
  token: "TOKEN",
  channel: "CHANNEL",
  timestamp: "TIMESTAMP",
  name: "thumbsup",
});
Table of Contents
  • Requirements
  • Usage
  • License

Requirements

  • Node.js: 10.16.0

Usage

const slack_api = require("getto-slack_api").init();

slack_api.chat.postMessage({
  token: "TOKEN",
  channel: "CHANNEL",
  text: "TEXT",
});

slack_api.reactions.add({
  token: "TOKEN",
  channel: "CHANNEL",
  timestamp: "TIMESTAMP",
  name: "thumbsup",
});

Install

npm install --save getto-slack_api

License

node-getto-slack_api is licensed under the MIT license.

Copyright © since 2019 shun@getto.systems

FAQs

Package last updated on 03 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts