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

dynamodb-backup-restore

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-backup-restore - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

lambda/package.json

@@ -6,4 +6,4 @@ {

"dependencies": {
"dynamodb-backup-restore ": "0.2.6"
"dynamodb-backup-restore ": "0.2.7"
}
}

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

params.ExclusiveStartKey = data.LastEvaluatedKey;
return recursiveCall.call(this, params);
recursiveCall.call(this, params);
}

@@ -96,3 +96,8 @@ return rs();

recursiveCall.call(this, params).then(() => { resolve() });
recursiveCall.call(this, params)
.then(data => {
resolve()
}).catch(err =>{
reject(err);
});
});

@@ -99,0 +104,0 @@ }

{
"name": "dynamodb-backup-restore",
"version": "0.2.6",
"version": "0.2.7",
"description": "NPM package for Backup and Restore AWS DynamoDB",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Purple-Unicorns/DynamoDbBackUp",

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