@rubynetwork/rh
Advanced tools
Comparing version 1.2.74 to 1.2.75
@@ -0,1 +1,5 @@ | ||
## 1.2.75 | ||
- IDK anymore | ||
## 1.2.74 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@rubynetwork/rh", | ||
"version": "1.2.74", | ||
"version": "1.2.75", | ||
"description": "User friendly web proxy powered by testcafe-hammerhead", | ||
@@ -52,4 +52,4 @@ "main": "src/index.js", | ||
"setup": "node src/setup.js", | ||
"postinstall": "npm run setup" | ||
"postinstall": "node src/setup.js && node src/build.js" | ||
} | ||
} |
@@ -32,7 +32,3 @@ // handle the additional errors: ERR_INVALID_PROTOCOL and ETIMEDOUT | ||
console.error('Avoided crash:' + err.message); | ||
} else { | ||
// probably a TypeError or something important | ||
console.error('About to throw: ' + err.message); | ||
//throw new Error(err.message); | ||
} | ||
}); |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance 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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
2851551
49604