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

copy-dynamodb-table

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-dynamodb-table - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

9

index.js
'use strict'
var AWS = require('aws-sdk')
var validate = require('./validate')
var readline = require('readline')

@@ -154,4 +155,4 @@ function copy(values, fn) {

options.destination.createTableStr += '.'
process.stdout.clearLine()
process.stdout.cursorTo(0)
readline.clearLine(process.stdout)
readline.cursorTo(process.stdout, 0)
process.stdout.write(options.destination.createTableStr)

@@ -182,4 +183,4 @@ }

if (options.log) {
process.stdout.clearLine()
process.stdout.cursorTo(0)
readline.clearLine(process.stdout)
readline.cursorTo(process.stdout, 0)
process.stdout.write('Copied ' + options.counter + ' items')

@@ -186,0 +187,0 @@ }

{
"name": "copy-dynamodb-table",
"version": "2.0.10",
"version": "2.0.11",
"description": "Copy Dynamodb table to another in the same or different zone , It is 100% safe , and speed depends on your destination table user defined write provisioned throughput",

@@ -22,3 +22,4 @@ "keywords": [

"dependencies": {
"aws-sdk": "^2.56.0"
"aws-sdk": "^2.56.0",
"readline": "^1.3.0"
},

@@ -25,0 +26,0 @@ "devDependencies": {

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