ms-teams-webhook
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63129
1854
Yes
3
8
5
1
+ Addedchalk@^5.3.0
+ Added@microsoft/recognizers-text-data-types-timex-expression@1.3.1(transitive)
+ Added@types/atob-lite@2.0.2(transitive)
+ Added@types/btoa-lite@1.0.2(transitive)
+ Added@types/lodash@4.17.13(transitive)
+ Added@types/lodash.isequal@4.5.8(transitive)
+ Added@types/lru-cache@5.1.1(transitive)
+ Added@types/xmldom@0.1.34(transitive)
+ Added@xmldom/xmldom@0.8.10(transitive)
+ Addedadaptive-expressions@4.23.1(transitive)
+ Addedadaptivecards-templating@2.3.1(transitive)
+ Addedantlr4ts@0.5.0-alpha.4(transitive)
+ Addedatob-lite@2.0.0(transitive)
+ Addedbig-integer@1.6.52(transitive)
+ Addedbtoa-lite@1.0.0(transitive)
+ Addedchalk@5.3.0(transitive)
+ Addedd3-format@2.0.0(transitive)
+ Addeddayjs@1.11.13(transitive)
+ Addedfast-xml-parser@4.5.1(transitive)
+ Addedjspath@0.4.0(transitive)
+ Addedlodash.isequal@4.5.0(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedstrnum@1.0.5(transitive)
+ Addeduuid@10.0.0(transitive)
+ Addedxpath@0.0.34(transitive)
+ Addedyallist@3.1.1(transitive)