Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dynamodb-recs

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-recs - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

6

handlers/fetch.js

@@ -41,8 +41,8 @@ const _ = require('lodash');

}, err => {
const beautyError = error(err, event, config.production ? 0 : 5);
if (!apiGateway) {
return callback(beautyError, null);
return callback(err, null);
}
const beautyError = error(err, event, config.production ? 0 : 5);
console.log(JSON.stringify(beautyError, null, 2));

@@ -49,0 +49,0 @@ callback(null, toResponse(beautyError, 500));

{
"name": "dynamodb-recs",
"version": "1.0.36",
"version": "1.0.37",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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