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

plutonium-installer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plutonium-installer - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

lib/modules/Cleanup.js

@@ -48,8 +48,9 @@ // Dependencies

// Remove it
fs.rmSync(dir, { recursive: true, force: true });
const dirPath = `${GamePath}/${dir}`;
fs.rmSync(dirPath, { recursive: true, force: true });
// Output
if (Verbose)
console.log(`Deleted: ${dir}`);
console.log(`Deleted: ${dirPath}`);
}
}
//# sourceMappingURL=Cleanup.js.map

2

package.json
{
"name": "plutonium-installer",
"version": "1.3.1",
"version": "1.3.2",
"description": "Lets you install plutonium games for both personal use and server use",

@@ -5,0 +5,0 @@ "exports": "./lib/index.js",

@@ -52,8 +52,9 @@ // Dependencies

// Remove it
fs.rmSync(dir, { recursive: true, force: true })
const dirPath = `${GamePath}/${dir}`
fs.rmSync(dirPath, { recursive: true, force: true })
// Output
if (Verbose)
console.log(`Deleted: ${dir}`)
console.log(`Deleted: ${dirPath}`)
}
}

Sorry, the diff of this file is not supported yet

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