swagger-stats
Advanced tools
Comparing version 0.99.6 to 0.99.7
# 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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
5264883
25
44284