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

@nohost/connect

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nohost/connect - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

8

index.js

@@ -59,3 +59,9 @@ const http = require('http');

return (err) => socket && socket.destroy(err);
return (err) => {
done = true;
clearTimeout(timer);
if (socket) {
socket.destroy(err);
}
};
};

@@ -62,0 +68,0 @@

2

package.json
{
"name": "@nohost/connect",
"version": "1.0.1",
"version": "1.1.0",
"description": "处理 Nohost 内部请求转发的模块",

@@ -5,0 +5,0 @@ "scripts": {

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