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

ms-teams-webhook

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ms-teams-webhook - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

out/IncomingWebhook.d.ts

2

out/index.d.ts
/// <reference lib="es2017" />
export { IncomingWebhook, } from './IncommingWebhook';
export { IncomingWebhook, } from './IncomingWebhook';
export { IncomingWebhookResult, } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -5,4 +5,4 @@ "use strict";

exports.IncomingWebhook = void 0;
var IncommingWebhook_1 = require("./IncommingWebhook");
Object.defineProperty(exports, "IncomingWebhook", { enumerable: true, get: function () { return IncommingWebhook_1.IncomingWebhook; } });
var IncomingWebhook_1 = require("./IncomingWebhook");
Object.defineProperty(exports, "IncomingWebhook", { enumerable: true, get: function () { return IncomingWebhook_1.IncomingWebhook; } });
//# sourceMappingURL=index.js.map
{
"name": "ms-teams-webhook",
"version": "2.0.2",
"version": "2.0.3",
"description": "Library for using the Microsoft Teams Incomming Webhooks",

@@ -11,3 +11,3 @@ "main": "out/index.js",

"dependencies": {
"axios": "^0.21.1"
"axios": "^1.6.7"
},

@@ -39,2 +39,2 @@ "scripts": {

}
}
}
> :warning: Version under 2.0.x is not compatible with the new Microsoft Teams Incoming Webhooks. Please upgrade to 2.0.x
>
> `npm install ms-teams-webhook@2.0.0`
> `npm install ms-teams-webhook@2.0.2`

@@ -5,0 +5,0 @@ # Microsoft Incoming Webhooks

Sorry, the diff of this file is not supported yet

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