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

duplet

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duplet - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

duplet.js

@@ -111,5 +111,5 @@ var async = require('async')

.on('error', function(err) {
console.error(error)
console.error(err)
})
})
}

@@ -6,3 +6,3 @@ {

"author": "Matthew Z Haralovich",
"version": "0.1.0",
"version": "0.1.1",
"repository" : {

@@ -9,0 +9,0 @@ "type" : "git",

@@ -5,3 +5,3 @@ # Duplet

This script merges the contents of two folders by comparing the modification times of their files. Newer files will completely overwrite older files in the same position. Deletions are also mirrored if Duplet is watching. *Use with caution.*
This script merges the contents of two folders by comparing the modification times of their files. Newer files will completely overwrite older files in the same position. Deletions are also mirrored if Duplet is watching. **Use with caution.**

@@ -16,2 +16,3 @@ ## Installation

var duplet = require('duplet')
duplet('folder-a', 'folder-b')

@@ -22,3 +23,3 @@ ```

Ignore files matching regexp.
Ignore files matching regexp. In this case ignore files ending with `.meta`.

@@ -29,2 +30,2 @@ ```

Regexp is tested against the *whole path*, not just the file name.
Regexp is tested against the **whole path**, not just the file 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