Socket
Socket
Sign inDemoInstall

dynamodb-backup-restore

Package Overview
Dependencies
20
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

lambda/package.json

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

"dependencies": {
"dynamodb-backup-restore ": "0.1.0"
"dynamodb-backup-restore ": "0.1.1"
}
}

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

Bucket: this.S3Bucket,
Key: key,
ServerSideEncryption: 'AES256'
Key: key
};

@@ -36,0 +35,0 @@

@@ -143,2 +143,5 @@ 'use strict';

}
if (this.S3Prefix === version.Key || this.S3Prefix + '/' === version.Key) {
return;
}
newData[key] = {

@@ -145,0 +148,0 @@ Key: version.Key,

{
"name": "dynamodb-backup-restore",
"version": "0.1.0",
"version": "0.1.1",
"description": "AWS DynamoDb tool for full, incremental backup and restore",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc