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

botstats

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botstats - npm Package Compare versions

Comparing version 0.0.7 to 0.1.0

4

botstats.js

@@ -31,3 +31,3 @@ var querystring = require('querystring');

res.on('data', function (chunk) {
console.log("body: " + chunk);
// console.log("body: " + chunk);
});

@@ -69,3 +69,3 @@ });

res.on('data', function (chunk) {
console.log("body: " + chunk);
// console.log("body: " + chunk);
});

@@ -72,0 +72,0 @@ });

{
"name": "botstats",
"version": "0.0.7",
"version": "0.1.0",
"description": "Middleware for botframework",

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

@@ -7,10 +7,12 @@ # botstats

const token = process.env.BOTSATS_TOKEN || "really-long-token"
var token = process.env.BOTSATS_TOKEN || "really-long-token"
const botstats = require('botstats')(token)
var botstats = require('botstats')(token)
// assuming your bot is initialized like this
var bot = new builder.UniversalBot(connector)
// tell bot to use botstats
bot.use(botstats)
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