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

rcedit

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcedit - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

7

lib/rcedit.js

@@ -35,4 +35,11 @@ (function() {

}
if (process.platform !== "win32") {
args.unshift(rcedit);
rcedit = "wine";
}
child = spawn(rcedit, args);
stderr = '';
child.on('error', function(err) {
return callback(err);
});
child.stderr.on('data', function(data) {

@@ -39,0 +46,0 @@ return stderr += data;

2

package.json
{
"name": "rcedit",
"version": "0.1.2",
"version": "0.2.0",
"description": "Node module to edit resources of exe",

@@ -5,0 +5,0 @@ "main": "lib/rcedit.js",

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