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

@rubynetwork/rh

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rubynetwork/rh - npm Package Compare versions

Comparing version 1.2.74 to 1.2.75

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.2.75
- IDK anymore
## 1.2.74

@@ -2,0 +6,0 @@

4

package.json
{
"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);
}
});
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