Socket
Socket
Sign inDemoInstall

minecraft-auth

Package Overview
Dependencies
9
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

3

dist/MicrosoftAuth/MicrosoftAuth.js

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

}
server.closeAllConnections();
await server.close();

@@ -95,2 +96,4 @@ };

case '/close':
res.writeHead(200);
res.end();
await server.fullClose(false);

@@ -97,0 +100,0 @@ j(undefined);

5

package.json
{
"name": "minecraft-auth",
"version": "2.0.4",
"version": "2.0.5",
"description": "Package to authenticate with minecraft using traditional yggdrasil, new microsoft authentication and non-premium.",

@@ -29,2 +29,5 @@ "main": "dist/index.js",

},
"engines": {
"node": ">=18.2.0"
},
"dependencies": {

@@ -31,0 +34,0 @@ "atob": "^2.1.2",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc