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

helldivers2-api

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helldivers2-api - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

data/routeDictionnary.json

2

index.js

@@ -8,2 +8,3 @@ import WarSeasonRepository from "./src/repository/WarSeasonRepository.js";

import StatisticsRepository from "./src/repository/StatisticsRepository.js";
import LeaderboardRepository from "./src/repository/LeaderboardRepository.js";

@@ -19,2 +20,3 @@ export default {

getWarSummary: (warId) => StatisticsRepository.getWarSummary(warId),
getLeaderboard: (warId) => LeaderboardRepository.getWarLeaderboard(warId),
}

2

package.json
{
"name": "helldivers2-api",
"version": "1.0.9",
"version": "1.0.10",
"description": "An API wrapper for Helldivers 2",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,2 +18,3 @@ # Helldivers 2 API

- [X] Get war main order
- [X] Get war leaderboards
- [ ] Player endpoints

@@ -20,0 +21,0 @@ - [ ] Global statistics endpoints

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