Socket
Socket
Sign inDemoInstall

configurapi-handler-json

Package Overview
Dependencies
18
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.1 to 1.8.2

2

package.json
{
"name": "configurapi-handler-json",
"version": "1.8.1",
"version": "1.8.2",
"description": "Configurapi request handlers for JSON requests/responses",

@@ -5,0 +5,0 @@ "main": "src/index",

@@ -80,3 +80,3 @@ const Ajv = require('ajv');

{
if(event.request.payload === undefined || event.request.payload === '')
if(event.request.payload === undefined || event.request.payload === null || event.request.payload === '')
{

@@ -83,0 +83,0 @@ return this.continue();

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