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.1 to 0.1.2

11

botstats.js

@@ -11,7 +11,10 @@ var querystring = require('querystring');

type: "incoming",
profile: event.user,
conversation: event.address.conversation,
profile: JSON.stringify(event.user),
conversation: JSON.stringify(event.address.conversation),
message: event.text,
})
var options = {

@@ -60,4 +63,4 @@ host: 'api.botstats.co',

type: "outgoing",
profile: event.address.user,
conversation: event.address.conversation,
profile: JSON.stringify(event.address.user),
conversation: JSON.stringify(event.address.conversation),
message: messageType()

@@ -64,0 +67,0 @@ });

{
"name": "botstats",
"version": "0.1.1",
"version": "0.1.2",
"description": "Middleware for botframework",

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

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