Socket
Socket
Sign inDemoInstall

swagger-stats

Package Overview
Dependencies
53
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.99.6 to 0.99.7

5

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## v0.99.7
* [bug] Remove DEBUG env override [#245](https://github.com/slanatech/swagger-stats/issues/271)
## v0.99.6

@@ -5,0 +10,0 @@

2

examples/authtest/authtest.js

@@ -62,3 +62,3 @@ 'use strict';

name: 'swagger-stats-authtest',
version: '0.99.6',
version: '0.99.7',
hostname: "hostname",

@@ -65,0 +65,0 @@ ip: "127.0.0.1",

@@ -50,3 +50,3 @@ 'use strict';

name: 'swagger-stats-fastify',
version: '0.99.6',
version: '0.99.7',
timelineBucketDuration: 1000,

@@ -53,0 +53,0 @@ swaggerSpec:swaggerSpec,

@@ -70,3 +70,3 @@ 'use strict';

name: 'swagger-stats-hapitest',
version: '0.99.6',
version: '0.99.7',
hostname: "hostname",

@@ -73,0 +73,0 @@ ip: "127.0.0.1",

@@ -18,3 +18,3 @@ const path = require('path');

name: 'restifytest',
version: '0.99.6',
version: '0.99.7',
hostname: "hostname",

@@ -21,0 +21,0 @@ ip: "127.0.0.1",

@@ -79,3 +79,3 @@ 'use strict';

name: 'swagger-stats-spectest',
version: '0.99.6',
version: '0.99.7',
hostname: "hostname",

@@ -82,0 +82,0 @@ ip: "127.0.0.1",

@@ -56,3 +56,3 @@ var http = require('http');

name: 'swagger-stats-testapp',
version: '0.99.6',
version: '0.99.7',
timelineBucketDuration: tlBucket,

@@ -59,0 +59,0 @@ uriPath: '/swagger-stats',

@@ -6,3 +6,2 @@ /**

'use strict';
process.env.DEBUG='*';

@@ -9,0 +8,0 @@ const os = require('os');

{
"name": "swagger-stats",
"version": "0.99.6",
"version": "0.99.7",
"description": "API Telemetry and APM. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices, based on express routes and Swagger (Open API) specification",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc