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.5 to 0.0.6

6

botstats.js

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

var options = {
host: 'https://api.botstats.co/api/bot',
host: 'api.botstats.co/api/bot',
port: null,

@@ -35,3 +35,3 @@ path: '/post',

});
req.on('error', (e) => {

@@ -56,3 +56,3 @@ console.log(`problem with request: ${e.message}`);

var options = {
host: 'https://api.botstats.co/api/bot',
host: 'api.botstats.co/api/bot',
port: null,

@@ -59,0 +59,0 @@ path: '/post',

{
"name": "botstats",
"version": "0.0.5",
"version": "0.0.6",
"description": "Middleware for botframework",

@@ -9,5 +9,2 @@ "main": "botstats.js",

},
"dependencies": {
"request": "^2.75.0"
},
"repository": {

@@ -14,0 +11,0 @@ "type": "git",

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