Socket
Socket
Sign inDemoInstall

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.8 to 0.2.9

2

lambda/package.json

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

"dependencies": {
"dynamodb-backup-restore ": "0.2.8"
"dynamodb-backup-restore ": "0.2.9"
}
}

@@ -18,3 +18,5 @@ 'use strict';

Object.keys(versionList).forEach((key, index) => {
promises.push(this.processVersion(versionList[key], keys));
if ( (! versionList[key].DeletedMarker && versionList[key].IsLatest) ) {
promises.push(this.processVersion(versionList[key], keys));
}
});

@@ -21,0 +23,0 @@

@@ -152,3 +152,4 @@ 'use strict';

VersionId: version.VersionId,
DeletedMarker: version.DeletedMarker
DeletedMarker: version.DeletedMarker,
IsLatest: version.IsLatest
};

@@ -155,0 +156,0 @@ });

{
"name": "dynamodb-backup-restore",
"version": "0.2.8",
"version": "0.2.9",
"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