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

hltv

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hltv - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

2

lib/endpoints/getMatchStats.js

@@ -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 {

2

package.json
{
"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",

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