Socket
Socket
Sign inDemoInstall

node-red-contrib-http-request

Package Overview
Dependencies
47
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

4

package.json
{
"name": "node-red-contrib-http-request",
"version": "0.1.5",
"description": "A Node-RED node for performing http(s) requests that use request library with optimized proxy support.",
"version": "0.1.6",
"description": "A Node-RED node for performing http(s) requests that use Request library with optimized proxy support.",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -138,2 +138,3 @@ "use strict";

msg.payload = body;
msg.headers = response.headers;
if (node.metric()) {

@@ -140,0 +141,0 @@ // Calculate request time

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc