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.1.0 to 0.1.1

11

botstats.js

@@ -45,2 +45,13 @@ var querystring = require('querystring');

function messageType() {
if (event.text) {
return event.text
} else if ( event.attachments) {
return "Sent Attachments"
} else {
return "Unknown message type"
}
}
var data = querystring.stringify({

@@ -47,0 +58,0 @@ source: event.source,

2

package.json
{
"name": "botstats",
"version": "0.1.0",
"version": "0.1.1",
"description": "Middleware for botframework",

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

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