New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

widenbot

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

widenbot - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

.dockerignore

4

package.json
{
"name": "widenbot",
"version": "2.1.1",
"version": "2.2.0",
"description": "Slack bot for Widen",

@@ -29,2 +29,3 @@ "keywords": [

"scripts": {
"start": "node ./bin/cli.js -c config.js",
"changelog": "node ./scripts/changelog.js",

@@ -35,2 +36,3 @@ "watch": "NODE_ENV=dev nodemon -w index.js -w lib -w plugins -w webooks bin/cli.js -c config -p 8000",

"coverage": "covert ./test/*-test.js",
"dist": "git archive --format=zip HEAD > widenbot-`npm view widenbot version`.zip",
"test": "npm run lint && npm run unit-test"

@@ -37,0 +39,0 @@ },

@@ -11,2 +11,3 @@ widenbot

- [Dockerstart](#dockerstart)
- [Quickstart](#quickstart)

@@ -30,2 +31,13 @@ - [Features](#features)

# <a name="dockerstart">Dockerstart</a>
```
% docker build -t widen/widenbot .
% docker run -it --rm --name widenbot widen/widenbot
```
(IMHO, this is the easiest way to get started, and mirrors the way in works
in production).
# <a name="quickstart">Quickstart</a>

@@ -32,0 +44,0 @@

Sorry, the diff of this file is not supported yet

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