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.2.0 to 8.0.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.2.0",
"version": "8.0.0",
"description": "Nest.js + slack-webhook",

@@ -25,9 +25,9 @@ "license": "MIT",

"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@slack/webhook": "^5.0.0 || ^6.0.0"
"@nestjs/common": "^8.0.0",
"@slack/webhook": "^6.0.0"
},
"devDependencies": {
"@nestjs/testing": "7.6.15"
"@nestjs/testing": "8.0.6"
},
"types": "lib/index.d.ts"
}

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