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

slack-me

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slack-me - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

index.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
const Slack = require('node-slack'),

@@ -2,0 +3,0 @@ slack = new Slack(process.env.SLACK_WEBHOOK_URL),

5

package.json
{
"name": "slack-me",
"version": "1.0.0",
"version": "1.1.0",
"description": "Slack notification for completion of long-running commands",
"main": "index.js",
"bin": {
"slack-me": "index.js"
},
"scripts": {

@@ -7,0 +10,0 @@ "test": "mocha"

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