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 3.0.2 to 3.1.0

11

lib/index.d.ts

@@ -40,2 +40,9 @@ /**

/**
* Resource strings. See [string table](https://docs.microsoft.com/en-us/windows/win32/menurc/stringtable-resource)
* for details.
*/
interface ResourceStrings {
[n: number]: string
}
/**
* EXE metadata that can be changed.

@@ -66,2 +73,6 @@ */

'application-manifest'?: string
/**
* Set resource strings.
*/
'resource-string'?: ResourceStrings
}

@@ -68,0 +79,0 @@ }

2

lib/rcedit.js
const { canRunWindowsExeNatively, is64BitArch, spawnExe } = require('cross-spawn-windows-exe')
const path = require('path')
const pairSettings = ['version-string']
const pairSettings = ['version-string', 'resource-string']
const singleSettings = ['file-version', 'product-version', 'icon', 'requested-execution-level']

@@ -6,0 +6,0 @@ const noPrefixSettings = ['application-manifest']

{
"name": "rcedit",
"version": "3.0.2",
"version": "3.1.0",
"description": "Node module to edit resources of exe",

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

@@ -37,2 +37,4 @@ # node-rcedit

for more details.
* `resource-string` - An object in the form of `{ [id]: value }` to add to the
[string table](https://docs.microsoft.com/en-us/windows/win32/menurc/stringtable-resource).

@@ -39,0 +41,0 @@ Returns a `Promise` with no value.

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