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

resedit

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resedit - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

CHANGELOG.md

11

package.json
{
"name": "resedit",
"version": "0.1.0",
"version": "0.2.0",
"description": "Node.js library editing Windows Resource data",

@@ -24,3 +24,7 @@ "main": "./dist/index.js",

"scripts": {
"build": "tsc -p .",
"build": "tsc -p ./tsconfig.app.json",
"test": "jest --config ./jest.config.basic.js",
"test:basic": "jest --config ./jest.config.basic.js",
"test:win-x86": "jest --config ./jest.config.win-x86.js",
"test:win-x64": "jest --config ./jest.config.win-x64.js",
"version": "node ./tools/updateVersion.js ./src/main/version.ts && git add -A ./src/main/version.ts"

@@ -30,5 +34,8 @@ },

"devDependencies": {
"@types/jest": "23.3.10",
"@types/node": "6",
"jest": "23.6.0",
"ts-jest": "23.10.5",
"typescript": "~3.2.1"
}
}

2

README.md

@@ -29,3 +29,3 @@ [![NPM version](https://badge.fury.io/js/resedit.svg)](https://www.npmjs.com/package/resedit)

For more APIs, please see `dist` directory of the package.
For more APIs, please see `dist` directory of the package. And, [some test codes](./src/test) may help you for usages.

@@ -32,0 +32,0 @@ ```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