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

aws-lambda-helper

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-helper - npm Package Compare versions

Comparing version 2.13.1 to 2.13.2

2

lib/index.js

@@ -378,3 +378,3 @@ 'use strict';

Key: env + '/' + filepath,
Body: JSON.stringify(params),
Body: JSON.stringify(item),
ContentType: 'application/json',

@@ -381,0 +381,0 @@ ACL: 'public-read'

{
"name": "aws-lambda-helper",
"version": "2.13.1",
"version": "2.13.2",
"description": "Collection of helper methods for lambda",

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

@@ -27,3 +27,3 @@ require('env2')('.env');

assert(!err, 'No Errror retrieving the Record');
assert.equal(data.id, params.id, 'record Successfully saved to S3');
assert.equal(data.id, params.items[0].id, 'record Successfully saved to S3');
done();

@@ -30,0 +30,0 @@ });

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