hltv-personal-custom
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -77,3 +77,3 @@ "use strict"; | ||
return __awaiter(void 0, void 0, void 0, function () { | ||
var m$, matchId, halfsString, result, map, date, team1, team2, event, roundHistory, overview; | ||
var m$, matchId, halfsString, firstTeam, result, map, date, team1, team2, event, roundHistory, overview; | ||
return __generator(this, function (_b) { | ||
@@ -88,2 +88,3 @@ switch (_b.label) { | ||
halfsString = m$('.match-info-row .right').eq(0).text(); | ||
firstTeam = m$('.match-info-row .right').children().eq(2).attr('class'); | ||
result = { | ||
@@ -101,3 +102,4 @@ team1TotalRounds: m$('.team-left .bold').numFromText(), | ||
}); | ||
}) | ||
}), | ||
firstTeam: firstTeam | ||
}; | ||
@@ -104,0 +106,0 @@ map = (0, GameMap_1.fromMapName)(m$('.match-info-box').contents().eq(3).trimText()); |
{ | ||
"name": "hltv-personal-custom", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
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
273290
4980
1