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

resourcehacker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resourcehacker - npm Package Compare versions

Comparing version 4.2.5 to 4.2.51

2

package.json
{
"name": "resourcehacker",
"version": "4.2.5",
"version": "4.2.51",
"description": "Node wrapper of Resource Hacker (windows executable resource editor)",

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

@@ -18,3 +18,3 @@ var fs = require('fs');

var http = require('http');
http.globalAgent = require("caw")();
http.globalAgent = require("caw")(process.env.npm_config_proxy || process.env.http_proxy || process.env.HTTP_PROXY);
var AdmZip = require('adm-zip');

@@ -21,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