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 3.3.0 to 3.3.1

1

lib/endpoints/getResults.js

@@ -101,2 +101,3 @@ "use strict";

if (featuredResults.includes(id)) {
featuredResults = featuredResults.filter(function (x) { return x !== id; });
return null;

@@ -103,0 +104,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var index_1 = require("./index");
var log = function (promise) {

@@ -23,3 +24,7 @@ return promise

// log(HLTV.getTeamRanking())
// log(HLTV.getResults({ eventIds: [1617] }))
log(index_1.HLTV.getResults({
teamIds: [9215],
startDate: '2021-01-01',
endDate: '2021-12-31'
}));
// log(HLTV.getNews())

2

package.json
{
"name": "hltv",
"version": "3.3.0",
"version": "3.3.1",
"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