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

botstats

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botstats - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

@@ -28,3 +28,7 @@ // this is to be converted into an npm module

}
request(options)
request(options, function(error, result){
if (error){
console.log("error", error)
}
})
next();

@@ -60,3 +64,7 @@ },

}
request(options)
request(options, function(error, result){
if (error){
console.log("error", error)
}
})
next();

@@ -63,0 +71,0 @@ }

{
"name": "botstats",
"version": "0.0.1",
"version": "0.0.2",
"description": "Middleware for botframework",

@@ -5,0 +5,0 @@ "main": "botstats.js",