apollo-request-tracer
Advanced tools
Comparing version
{ | ||
"name": "apollo-request-tracer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Request tracing for Apollo Server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,7 @@ # Apollo Request Tracer | ||
## Install | ||
``` | ||
yarn add apollo-request-tracer@1.0.2 | ||
``` | ||
## Usage | ||
@@ -8,0 +13,0 @@ ```js |
@@ -16,3 +16,4 @@ const Timer = require('./Timer'); | ||
const output = {}; | ||
for (const [name, timer] of Object.entries(this.timers)) { | ||
for (const name of Object.keys(this.timers)) { | ||
const timer = this.timers[name]; | ||
output[name] = timer.format(); | ||
@@ -19,0 +20,0 @@ } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5979
1.42%133
0.76%68
7.94%0
-100%