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

@alpha-lambda/aws-drivers

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alpha-lambda/aws-drivers - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

12

lib/dynamodb-document-client.js

@@ -47,2 +47,6 @@ 'use strict';

calculateTTL(retentionTimeMs) {
return this.msToTTL(Date.now() + retentionTimeMs);
}
delete(context, params) {

@@ -56,2 +60,6 @@ return this._call(context, params, 'delete');

msToTTL(ms) {
return Math.floor(ms / 1000);
}
put(context, params) {

@@ -128,2 +136,6 @@ return this._call(context, params, 'put');

ttlToMs(ttl) {
return ttl * 1000;
}
update(context, params) {

@@ -130,0 +142,0 @@ return this._call(context, params, 'update');

2

package.json
{
"name": "@alpha-lambda/aws-drivers",
"version": "3.1.0",
"version": "3.2.0",
"description": "Wrappers for AWS SDK services that make life easier (sometimes)",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

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