Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-npm

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-npm

Hubot script for npm notifications

  • 0.0.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

hubot-npm

Build Status

Hubot script for npm notifications via hooks

Installation

npm install --save hubot-npm

Add the script to your external-scripts.json file:

[
  "hubot-npm"
]

You'll need to export a secret that you should use to verify your hooks:

export HUBOT_NPM_SECRET=<secret>

If you want to set a default room for notifications:

export HUBOT_NPM_ROOM=<room>

Usage

The npm hook URL is:

<hubot_url>:<port>/hubot/npm[?room=<room>]

Be sure to set the ?room query string parameter if you've not set the HUBOT_NPM_ROOM variable.

You can add your hook using the wombat CLI tool:

wombat hook add <user|package|scope> <hubot_url>:<port>/hubot/npm[?room=<room>] <secret>

Keywords

FAQs

Package last updated on 02 Jun 2016

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

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