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

minecraft-protocol

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minecraft-protocol - npm Package Compare versions

Comparing version 1.23.1 to 1.23.2

# History
## 1.23.2
* Remove test code from microsoftAuth
## 1.23.1

@@ -4,0 +8,0 @@

{
"name": "minecraft-protocol",
"version": "1.23.1",
"version": "1.23.2",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",

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

@@ -133,11 +133,1 @@ const XboxLiveAuth = require('@xboxreplay/xboxlive-auth')

}
async function msaTest () {
// MsAuthFlow.resetTokenCaches()
await authenticateDeviceCode({ emit: () => { } }, {})
}
// debug with node microsoftAuth.js
if (!module.parent) {
msaTest()
}