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.2.0 to 2.3.0

lib/index.d.ts

23

package.json
{
"name": "rcedit",
"version": "2.2.0",
"version": "2.3.0",
"description": "Node module to edit resources of exe",
"main": "lib/rcedit.js",
"types": "lib/index.d.ts",
"scripts": {
"docs:build": "node script/build-docs.js",
"mocha": "mocha test/*.js",
"test": "npm run lint && npm run mocha",
"lint": "standard"
"test": "npm run lint && npm run tsd && npm run mocha",
"lint": "npm run lint:js && npm run lint:ts",
"lint:js": "standard",
"lint:ts": "ts-standard",
"tsd": "tsd"
},

@@ -29,4 +34,14 @@ "repository": {

"standard": "^14.3.3",
"temp": "^0.9.0"
"temp": "^0.9.0",
"ts-standard": "^8.0.1",
"tsd": "^0.11.0",
"typedoc": "^0.17.0",
"typescript": "^4.1.2"
},
"resolutions": {
"**/semver": "< 7"
},
"tsd": {
"directory": "test"
}
}

10

README.md

@@ -7,4 +7,9 @@ # node-rcedit

## Docs
## Requirements
On platforms other than Windows, you will need to have [Wine](https://winehq.org)
1.6 or later installed and in the system path.
## Usage
```javascript

@@ -14,5 +19,2 @@ const rcedit = require('rcedit')

On platforms other than Windows, you will need to have [Wine](http://winehq.org)
1.6 or later installed and in the system path.
### `async rcedit(exePath, options)`

@@ -19,0 +21,0 @@

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