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

botbuilder-wit

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-wit - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

9

package.json
{
"name": "botbuilder-wit",
"version": "1.0.3",
"description": "Provides Wit.ai NLP integration for the Microsoft Bot Framework",
"version": "1.0.4",
"description": "Provides Wit.ai NLP integration for the Microsoft Bot Builder SDK",
"main": "lib/WitRecognizer.js",
"scripts": {
"build": "./node_modules/.bin/tsc",
"test": "./node_modules/.bin/_mocha"
"test": "./node_modules/.bin/_mocha",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly"
},

@@ -33,2 +34,4 @@ "repository": {

"chai": "^3.5.0",
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",

@@ -35,0 +38,0 @@ "sinon": "^1.17.6",

# botbuilder-wit
Node.js module that provides [Wit.ai](https://wit.ai) NLP integration for the [Microsoft Bot Framework](https://dev.botframework.com/).
Node.js module that provides [Wit.ai](https://wit.ai) NLP integration for the [Microsoft Bot Builder SDK](https://dev.botframework.com/).

@@ -4,0 +4,0 @@ ## Installation

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