Socket
Socket
Sign inDemoInstall

configurapi-handler-json

Package Overview
Dependencies
19
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

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

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

@@ -33,3 +33,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 === '')
{

@@ -81,3 +81,3 @@ return true;

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

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