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

hc-proxy

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hc-proxy - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

3

lib/service_client.js

@@ -96,3 +96,4 @@ 'use strict';

options.data = null;
req.files.forEach(f => {
Array.isArray(req.files) && req.files.forEach(f => {
form.buffer(f.fieldname, f.buffer, f.originalname);

@@ -99,0 +100,0 @@ });

{
"name": "hc-proxy",
"version": "2.0.7",
"version": "2.0.8",
"description": "honeycomb api proxy express middleware.",

@@ -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