Socket
Socket
Sign inDemoInstall

@vtfk/responsehandlers

Package Overview
Dependencies
21
Maintainers
7
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.18 to 1.0.19

2

package.json
{
"name": "@vtfk/responsehandlers",
"version": "1.0.18",
"version": "1.0.19",
"description": "Handles AZF and Express responses",

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

@@ -28,3 +28,3 @@ /*

if (!isAzfReturn(context) && context && context.res && context.res.send && typeof context.res.send === 'function') {
return context.res.status(error.statusCode).send({ error })
return context.res.status(error.statusCode).send(error)
}

@@ -31,0 +31,0 @@

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