resourcehacker
Advanced tools
Comparing version 4.2.5 to 4.2.51
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7466
4