Socket
Socket
Sign inDemoInstall

mongodb_s3_backup

Package Overview
Dependencies
60
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

2

bin/mongodb_s3_backup.js

@@ -46,3 +46,3 @@ #!/usr/bin/env node

time = config.cron.time.split(':')
crontab = util.format('%d %d * * *', time[0], time[1]);
crontab = util.format('%d %d * * *', time[1], time[0]);
}

@@ -49,0 +49,0 @@

{
"name": "mongodb_s3_backup",
"version": "0.0.7",
"version": "0.0.8",
"description": "A tool to help backup your mongodb databases to s3.",

@@ -5,0 +5,0 @@ "main": "index.js",

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