Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wa-launcher

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wa-launcher - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

8

app/assets/distribution-1.12.2.json

@@ -18,3 +18,3 @@ {

"icon": "https://www.worldautomation.net/wp-content/uploads/2018/10/wa-logo-ore.png",
"version": "8.0.4.0",
"version": "8.0.5.5",
"address": "mc.worldautomation.net",

@@ -31,3 +31,3 @@ "minecraftVersion": "1.12.2",

{
"id": "net.minecraftforge:forge:1.12.2-14.23.4.2760",
"id": "net.minecraftforge:forge:1.12.2-14.23.5.2768",
"name": "Minecraft Forge",

@@ -37,4 +37,4 @@ "type": "ForgeHosted",

"size": 4450992,
"MD5": "3fcc9b0104f0261397d3cc897e55a1c5",
"url": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.4.2760/forge-1.12.2-14.23.4.2760-universal.jar"
"MD5": "b21ac8c1404ee9a03f4f4c99385ac815",
"url": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2768/forge-1.12.2-14.23.5.2768-universal.jar"
},

@@ -41,0 +41,0 @@ "subModules": [

@@ -11,2 +11,3 @@ const {AssetGuard}=require('./assetguard')

tracker.on('validate', (data) => {
process.send({context: 'validate', data})

@@ -13,0 +14,0 @@ })

@@ -147,2 +147,4 @@ const AdmZip=require('adm-zip')

resolveModConfiguration(modCfg, mdls){
var rimraf = require('rimraf');
rimraf('/some/directory', function () { console.log('done'); });
let fMods=[]

@@ -304,2 +306,4 @@ let lMods=[]

}
var rimraf = require('rimraf');
rimraf(path.join(this.gameDir,'/mods'), function () { console.log('Removed old defunct optional mods successfully.'); });
var distribution=path.join(this.launcherDirectory, 'distribution.json')

@@ -306,0 +310,0 @@ var modStringList = fs.readFileSync(distribution)

{
"name": "wa-launcher",
"version": "1.4.0",
"version": "1.4.1",
"description": "Custom modded launcher for WorldAutomation.Net",

@@ -5,0 +5,0 @@ "productName": "WorldAutomation.Net",

@@ -200,2 +200,2 @@ <p align="center"><img src="./app/assets/images/wa-logo.png" width="150px" height="150px" alt="WorldAutomation.Net"></p>

[curse]: https://minecraft.curseforge.com/projects/worldautomation 'curse'
[technic]: https://www.technicpack.net/modpack/worldautomation 'technic'
[technic]: https://www.technicpack.net/modpack/worldautomation 'technic'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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