New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

epicgames-fortnite-client

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epicgames-fortnite-client - npm Package Compare versions

Comparing version 0.1.3 to 0.1.31

2

package.json
{
"name": "epicgames-fortnite-client",
"version": "0.1.3",
"version": "0.1.31",
"description": "The javascript client for Fortnite.",

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

@@ -124,3 +124,3 @@ const ENDPOINT = require('../../resources/Endpoint');

*/
async getStatsBR(username, time) {
async getStatsBR(id, time) {

@@ -127,0 +127,0 @@ time = ['weekly', 'alltime'].indexOf(time) > -1 ? time : 'alltime';

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