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

ms-teams-webhook

Package Overview
Dependencies
Maintainers
0
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.1.0 to 2.2.0

dist/index.d.ts

69

package.json
{
"name": "ms-teams-webhook",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"description": "Library for using the Microsoft Teams Incomming Webhooks",
"main": "out/index.js",
"types": "./out/index.d.ts",
"files": [
"out/**/*"
],
"dependencies": {
"axios": "^1.6.7"
},
"scripts": {
"build": "tsc",
"lint": "tslint --project .",
"demo": "ts-node ./demo/example.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VerHext/node-ms-teams-webhook.git"
"url": "git+https://github.com/waigel/node-ms-teams-webhook.git",
"directory": "packages/lib"
},
"author": "waigel",
"license": "MIT",
"bugs": {
"url": "https://github.com/waigel/node-ms-teams-webhook/issues"
},
"homepage": "https://github.com/waigel/node-ms-teams-webhook#readme",
"keywords": [
"microsoft",
"teams",
"webhook"
"webhook",
"adaptivecards",
"workflow"
],
"author": "VerHext",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/VerHext/node-ms-teams-webhook/issues"
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"homepage": "https://github.com/VerHext/node-ms-teams-webhook#readme",
"devDependencies": {
"@types/node": "^18.11.18",
"ts-node": "^10.9.1",
"tslint": "^6.1.3"
"@tsconfig/strictest": "^2.0.5",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"body-parser": "^1.20.2",
"express": "^4.19.2",
"json-schema-to-typescript": "^15.0.0",
"msw": "^2.3.4",
"tsup": "^8.2.3"
},
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"axios": "^1.6.7",
"chalk": "^5.3.0"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"test": "vitest",
"typegen": "json2ts -i \"schemas/*.json\" -o \"src\" --no-top-ref --no-version --no-banner",
"fetch-json-schemas": "curl -o schemas/adaptive-card.json https://adaptivecards.io/schemas/adaptive-card.json"
}
}
}

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