Comparing version 2.10.0 to 2.11.0
@@ -108,2 +108,4 @@ "use strict"; | ||
hsKills: Number(rowEl.find('.st-kills .gtSmartphone-only').text().replace(/\(|\)/g, '')), | ||
assists: Number(rowEl.find('.st-assists').contents().first().text()), | ||
flashAssists: Number(rowEl.find('.st-assists .gtSmartphone-only').text().replace(/\(|\)/g, '')), | ||
deaths: Number(rowEl.find('.st-deaths').text()), | ||
@@ -110,0 +112,0 @@ KAST: Number(rowEl.find('.st-kdratio').text().replace('%', '')), |
@@ -8,2 +8,4 @@ import Team from './Team'; | ||
export interface PlayerStats extends Player { | ||
assists: number; | ||
flashAssists: number; | ||
} | ||
@@ -10,0 +12,0 @@ export interface TeamStatComparison { |
{ | ||
"name": "hltv", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "The unofficial HLTV Node.js API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
322526
2802