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.9 to 1.0.10

2

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

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

@@ -20,3 +20,3 @@ /*

if (!data || !status || !azfContext || !request) return
if (status !== 'completed' || status !== 'failed') {
if (status !== 'completed' && status !== 'failed') {
logger('error', 'E18 operation status can only be completed or failed')

@@ -23,0 +23,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