Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hltv-personal-custom

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hltv-personal-custom - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

lib/endpoints/getMatchMapStats.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc