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

@anabode/shared_rest_responder

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anabode/shared_rest_responder - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

lib/webResponse.js

@@ -23,4 +23,4 @@ 'use strict';

if (_internalCode) {
if (_.isUndefined(_body) || _.isNull(_body) || _.isEmpty(_body)) {
err.message = "emptyResponseReturnedObjectNotFound";
if (_.isUndefined(_body.message) || _.isNull(_body)) {
err.message = "Error Occured";
err.code = _internalCode;

@@ -27,0 +27,0 @@ } else {

{
"name": "@anabode/shared_rest_responder",
"version": "1.0.8",
"version": "1.0.9",
"description": "web response model class, including AWS API Gateway Proxy request model into Lambda",

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