Socket
Socket
Sign inDemoInstall

minecraft-auth

Package Overview
Dependencies
12
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.20 to 1.0.21

3

dist/index.js

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

(function (MojangAuth) {
var getProfile = MojangAPI.getProfile;
var authUrl = "https://authserver.mojang.com";

@@ -326,3 +325,3 @@ function authenticate(username, password, clientToken) {

switch (_a.label) {
case 0: return [4 /*yield*/, getProfile(token)];
case 0: return [4 /*yield*/, MojangAPI.getProfile(token)];
case 1:

@@ -329,0 +328,0 @@ profile = _a.sent();

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

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

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