Socket
Socket
Sign inDemoInstall

dynamodb-backup-restore

Package Overview
Dependencies
20
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.9 to 0.2.10

2

lambda/package.json

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

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

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

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

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

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

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

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc