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 4.0.0 to 4.0.1

4

lib/rcedit.js

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

const { canRunWindowsExeNatively, is64BitArch, spawnExe } = require('cross-spawn-windows-exe')
const { canRunWindowsExeNatively, is64BitArch, spawnExe, normalizePath } = require('cross-spawn-windows-exe')
const path = require('path')

@@ -11,3 +11,3 @@

const rcedit = path.resolve(__dirname, '..', 'bin', rceditExe)
const args = [exe]
const args = [await normalizePath(exe)]

@@ -14,0 +14,0 @@ for (const name of pairSettings) {

{
"name": "rcedit",
"version": "4.0.0",
"version": "4.0.1",
"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