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

node-red-contrib-securedhttp-multipart

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-securedhttp-multipart - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

package.json
{
"name": "node-red-contrib-securedhttp-multipart",
"version": "0.0.3",
"version": "0.0.4",
"description": "Node-RED node to create secured http multipart endpoint",

@@ -14,3 +14,4 @@ "dependencies": {

"on-headers": "^1.0.1",
"raw-body": "^2.1.7"
"raw-body": "^2.1.7",
"request": "^2.81.0"
},

@@ -17,0 +18,0 @@ "repository": {

3

securedHttpInMultipart.js

@@ -37,2 +37,5 @@ /**

var formidable = require('formidable');
//kchen - modification
var util = require("util");
var request = require('request');

@@ -39,0 +42,0 @@ var corsSetup = false;

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