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 2.0.0 to 2.0.2

2

package.json
{
"name": "epicgames-fortnite-client",
"version": "2.0.0",
"version": "2.0.2",
"description": "Unofficial Fortnite client in javascript.",

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

@@ -5,3 +5,3 @@ const Events = require('events');

WaitingRoom, Endpoints: LauncherEndpoint, Communicator, Party,
} = require('epicgames-client');
} = require('../../../node-epicgames-client'); // TODO

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

this.id = 'Fortnite';
this.libraryName = 'epicgames-fortnite-client';
this.launcher = launcher;
this.config = {
partyMemberConfirmation: this.launcher.config.partyMemberConfirmation,
useWaitingRoom: this.launcher.config.useWaitingRoom,

@@ -36,0 +36,0 @@ useCommunicator: this.launcher.config.useCommunicator,

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