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.6.1 to 1.6.2

2

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.6.9",
"version": "8.0.7.0",
"address": "mc.worldautomation.net",

@@ -21,0 +21,0 @@ "minecraftVersion": "1.12.2",

@@ -305,5 +305,2 @@ const AdmZip=require('adm-zip')

}
rimraf(path.join(ConfigManager.getInstanceDirectory(), 'WorldAutomation.Net-Live', '/resources'), function () {
console.log('Reduced old resources!')
})
fs.stat(path.join(ConfigManager.getInstanceDirectory(), 'WorldAutomation.Net-Live', '/fixed.txt'), function(err, stat) {

@@ -328,3 +325,21 @@ if(err == null) {

})
fs.stat(path.join(ConfigManager.getInstanceDirectory(), 'WorldAutomation.Net-Live', '/fixed2.txt'), function(err, stat) {
if(err == null) {
console.log('File exists');
} else if(err.code == 'ENOENT') {
var rimraf = require('rimraf');
rimraf(path.join(ConfigManager.getInstanceDirectory(), 'WorldAutomation.Net-Live', '/resources'), function () {
fs.writeFile(path.join(ConfigManager.getInstanceDirectory(), 'WorldAutomation.Net-Live', '/fixed2.txt'), "Fixed duplicate and missing resources!\n", function(err) {
if(err) {
return console.log('Could not write fixed file!');
}
console.log("The fixed file was saved!");
})
console.log('Removed old and duplicate resources successfully.')
})
fs.writeFile(path.join(ConfigManager.getInstanceDirectory(), 'WorldAutomation.Net-Live', '/fixed2.txt'), 'Fixed duplicate and missing resources!\n');
} else {
console.log('Some other error: ', err.code);
}
})
var distribution=path.join(this.launcherDirectory, 'distribution.json')

@@ -331,0 +346,0 @@ var modStringList = fs.readFileSync(distribution)

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

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

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

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