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

nestjs-slack-webhook

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-slack-webhook - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

lib/index.js

@@ -10,3 +10,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "nestjs-slack-webhook",
"version": "1.0.2",
"version": "1.1.0",
"description": "Nest.js + slack-webhook",

@@ -10,3 +10,3 @@ "license": "MIT",

},
"homepage": "https://github.com/g59/nestjs-plugins/tree/master/packages/nestjs-slack-webhook",
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-slack-webhook",
"bugs": {

@@ -17,3 +17,3 @@ "url": "https://github.com/g59/nestjs-plugins/issues"

"scripts": {
"build": "yarn clean && tsc -p .",
"build": "npm run clean && tsc -p .",
"clean": "rimraf lib",

@@ -28,13 +28,8 @@ "lint": "tsc -p . --noEmit"

"@nestjs/common": "^7.0.0",
"@slack/webhook": "^5.0.0"
"@slack/webhook": "^5.0.0 || ^6.0.0"
},
"devDependencies": {
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/testing": "7.4.2",
"@slack/webhook": "5.0.3",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.2"
"@nestjs/testing": "7.6.15"
},
"types": "lib/index.d.ts"
}

@@ -6,3 +6,3 @@ # nestjs-slack-webhook

Nest.js + [Slack Incoming Webhook](https://github.com/slackapi/node-slack-sdk/tree/master/packages/webhook)
Nest.js + [Slack Incoming Webhook](https://github.com/slackapi/node-slack-sdk/tree/main/packages/webhook)

@@ -21,5 +21,5 @@ ## Install

SlackModule.forRoot({
url: "SLACK_WEBHOOK_URL" // ref: https://api.slack.com/messaging/webhooks#posting_with_webhooks
})
]
url: "SLACK_WEBHOOK_URL", // ref: https://api.slack.com/messaging/webhooks#posting_with_webhooks
}),
],
})

@@ -47,2 +47,2 @@ export class AppModule {}

[MIT](https://github.com/g59/nestjs-plugins/blob/master/LICENSE) © g59
[MIT](https://github.com/g59/nestjs-plugins/blob/main/LICENSE) © g59
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