New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

warp-proxy

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

warp-proxy - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

5

lib/proxy-web.js

@@ -16,2 +16,4 @@ const chalk = require('chalk');

agent: new Agent({rejectUnauthorized: false || config.secure}),
proxyTimeout: 1000 * 60 * 5,
timeout: 1000 * 60 * 5,
...config

@@ -32,2 +34,5 @@ });

webProxy.on('proxyRes', web);
webProxy.on('econnreset', () => log('Connection closed'));
webProxy.on('error', err => log(`Connection error: ${err}`));
webProxy.listen(port);

@@ -34,0 +39,0 @@ };

2

package.json
{
"name": "warp-proxy",
"version": "1.3.2",
"version": "1.3.3",
"description": "Proxy requests or return mocks from local files instead",

@@ -5,0 +5,0 @@ "main": "index.js",

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