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 1.0.2 to 1.0.3

6

package.json
{
"name": "copy-dynamodb-table",
"version": "1.0.2",
"version": "1.0.3",
"description": "Copy Dynamodb table to another in the same zone , it is slow but 100% safe √√ ",
"keywords" : [
"dynamodb",
"aws-dynamodb"
],
"main": "index.js",

@@ -6,0 +10,0 @@ "scripts": {

2

README.md

@@ -14,3 +14,3 @@ Safe Copy Dynamodb Table

```js
const copyDynamodbTable = require('./index').copyDynamodbTable;
const copyDynamodbTable = require('copy-dynamodb-table').copyDynamodbTable;
copyDynamodbTable({

@@ -17,0 +17,0 @@ firstTableName : '<source table name>',

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