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

@firstfleet/ffslack

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@firstfleet/ffslack

An easier web callout to a Slack-handling endpoint

unpublished
latest
npmnpm
Version
1.0.12
Version published
Maintainers
5
Created
Source

To publish new version to NPM:

  • Create user on NPM site if you don't already have one. Then login npm login
  • Have someone add you to the firstfleet NPM org
  • Increment version in package.json
  • Publish it! npm publish --access public

How to use in node project:

  • Install to your project npm install -s @firstfleet/ffslack
  • Require in your controller const slack = require('@firstfleet/ffslack')
  • Example call to post to slack: slack.PostToSlack("Your app name", "Error message", <slack channel name or ID>, "userID: " & req.param.user;
  • set SlackPosterURL environment variable to https://api.firstfleetinc.com/myportal/utility/slack/postToSlack

*The Slack channel names and IDs are mapped in IntegrationSupport.dbo.AppErrorTypes

Keywords

firstfleet

FAQs

Package last updated on 18 Apr 2022

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