New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

rcedit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcedit - npm Package Compare versions

Comparing version

to
3.0.2

{
"name": "rcedit",
"version": "3.0.1",
"version": "3.0.2",
"description": "Node module to edit resources of exe",
"main": "lib/rcedit.js",
"types": "lib/index.d.ts",
"files": [
"bin",
"lib/index.d.ts"
],
"scripts": {

@@ -34,4 +38,2 @@ "docs:build": "node script/build-docs.js",

"mocha": "^8.2.1",
"rcinfo": "^0.1.3",
"semantic-release": "^17.3.0",
"standard": "^16.0.3",

@@ -38,0 +40,0 @@ "temp": "^0.9.4",

# node-rcedit
[![CircleCI build status](https://circleci.com/gh/electron/node-rcedit/tree/master.svg?style=svg)](https://circleci.com/gh/electron/node-rcedit/tree/master)
[![CircleCI build status](https://circleci.com/gh/electron/node-rcedit/tree/master.svg?style=shield)](https://circleci.com/gh/electron/node-rcedit/tree/master)
[![NPM package](https://img.shields.io/npm/v/rcedit)](https://npm.im/rcedit)

@@ -42,3 +43,3 @@ Node module to edit resources of Windows executables.

* Clone the repository
* Run `npm install`
* Run `npm test` to run the tests
* Run `yarn install`
* Run `yarn test` to run the tests