bttostatsv
Advanced tools
Comparing version 0.0.8 to 0.1.0
@@ -40,3 +40,3 @@ 'use strict'; | ||
for ( const type of types ) { | ||
const value = get( browsertimeJSON, `statistics.${metric}.${type}` ); | ||
const value = get( browsertimeJSON[ 0 ], `statistics.${metric}.${type}` ); | ||
if ( value ) { | ||
@@ -43,0 +43,0 @@ myMetrics.push( |
{ | ||
"name": "bttostatsv", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"bin": "./bin/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Send Browsertime metrics to statsv", |
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
15410