Socket
Socket
Sign inDemoInstall

@botbuildercommunity/middleware-aws-comprehend

Package Overview
Dependencies
133
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

27

package.json
{
"name": "@botbuildercommunity/middleware-aws-comprehend",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bot Framework middleware component for the Amazon AWS Comprehend service, including sentiment analysis, language detection, entity extraction, and keyword recognition.",

@@ -10,6 +10,25 @@ "main": "./lib/index.js",

},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": true,
"lines": 0,
"statements": 0,
"functions": 0,
"branches": 0,
"exclude": [
"**/*.d.ts",
"**/*.test.js"
],
"reporter": [
"text",
"cobertura",
"html"
],
"report-dir": "./.nyc_output/coverage"
},
"scripts": {
"build": "tsc",
"test": "tsc && mocha",
"test-ci": "tsc && mocha --reporter xunit --reporter-options output=./mocha-test-results.xml --reporter-options suiteName=$npm_package_name"
"test": "tsc && nyc mocha",
"test-ci": "tsc && nyc mocha --reporter xunit --reporter-options output=./mocha-test-results.xml --reporter-options suiteName=$npm_package_name"
},

@@ -45,4 +64,6 @@ "repository": {

"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/aws-sdk": "^2.7.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"typescript": "^3.5.3"

@@ -49,0 +70,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc