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

botframework-connector

Package Overview
Dependencies
Maintainers
1
Versions
546
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-connector - npm Package Compare versions

Comparing version 4.0.0-m1.2 to 4.0.0-m1.5

lib/auth/botAuthenticator.js.map

20

package.json

@@ -5,3 +5,3 @@ {

"description": "Bot Connector is autorest generated connector client.",
"version": "4.0.0-m1.2",
"version": "4.0.0-m1.5",
"license": "MIT",

@@ -20,8 +20,15 @@ "keywords": [

},
"main": "./lib/connectorClient.js",
"typings": "./lib/connectorClient.d.ts",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"ms-rest": "^2.2.0"
"@types/request": "^2.47.0",
"base64url": "^2.0.0",
"botframework-schema": "^4.0.0-m1.5",
"jsonwebtoken": "8.0.1",
"ms-rest-js": "^0.2.5",
"request": "2.83.0",
"rsa-pem-from-mod-exp": "^0.8.4"
},
"devDependencies": {
"@types/jsonwebtoken": "7.2.5",
"@types/mocha": "^2.2.47",

@@ -36,4 +43,7 @@ "@types/node": "^9.3.0",

"scripts": {
"test": "nyc mocha tests/"
"build": "tsc",
"test": "tsc && nyc mocha tests/ --timeout 60000",
"postinstall": "cd .. && cd .. && cd tools && npm install",
"publish": "npm publish --tag preview"
}
}
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