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

rcedit

Package Overview
Dependencies
Maintainers
2
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 2.1.1 to 2.2.0

4

lib/rcedit.js

@@ -0,1 +1,2 @@

const os = require('os')
const path = require('path')

@@ -36,3 +37,4 @@ const { spawn } = require('child_process')

if (process.platform !== 'win32') {
// Use Wine on non-Windows platforms except for WSL, which doesn't need it
if (process.platform !== 'win32' && !os.release().endsWith('Microsoft')) {
args.unshift(rcedit)

@@ -39,0 +41,0 @@ rcedit = process.arch === 'x64' ? 'wine64' : 'wine'

{
"name": "rcedit",
"version": "2.1.1",
"version": "2.2.0",
"description": "Node module to edit resources of exe",

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

"semantic-release": "^15.13.3",
"standard": "^12.0.1",
"standard": "^14.3.3",
"temp": "^0.9.0"
}
}

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