Socket
Socket
Sign inDemoInstall

backup

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-4 to 1.0.0-5

2

package.json
{
"name": "backup",
"version": "1.0.0-4",
"version": "1.0.0-5",
"description": "Web Site backup & restore",

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

@@ -35,4 +35,4 @@ node.js Backup & Restore

@filename {String},
@complete {Function} :: optional
@filter {Function} :: optional, param: @path {String} return TRUE | FALSE, if FALSE file or directory will skipped
@complete {Function} :: optional, param: @err {Error}, @filename {String}
@filter {Function} :: optional, param: @path {String} return TRUE | FALSE, if FALSE file or directory will be skipped
*/

@@ -46,4 +46,4 @@ backup.backup('/path/to/directory/', '/users/petersirka/desktop/website.backup');

@directory {String}
@complete {Function} :: optional, param: @err
@filter {Function} :: optional, param: @path {String} return TRUE | FALSE, if FALSE file or directory will skipped
@complete {Function} :: optional, param: @err {Error}, @path {String}
@filter {Function} :: optional, param: @path {String} return TRUE | FALSE, if FALSE file or directory will be skipped
*/

@@ -50,0 +50,0 @@ backup.restore('/users/petersirka/desktop/website.backup', '/path/to/directory/');

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