🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

minecraft-wrap

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minecraft-wrap - npm Package Compare versions

Comparing version

to
1.2.3

@@ -46,1 +46,5 @@ const wrap = require('../')

})
process.on('exit', () => {
vServer.stopServer()
})
# History
## 1.2.3
* run the server in detached mode to avoid closing it by accident when doing ctrl+c on the main script
## 1.2.2

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

@@ -106,2 +106,3 @@ const path = require('path')

stdio: 'pipe',
detached: true,
cwd: this.MC_SERVER_PATH

@@ -108,0 +109,0 @@ })

{
"name": "minecraft-wrap",
"version": "1.2.2",
"version": "1.2.3",
"description": "Download and wrap the vanilla minecraft server in node.js",

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