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

copy-dir

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-dir - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

11

libs/copydir.js

@@ -15,7 +15,10 @@ var fs = require('fs');

callback = options;
options = {};
options = {
filter: function() { return true; }
};
} else {
options = {
filter: options
};
}
options = {
filter: options
};
}

@@ -22,0 +25,0 @@ if(typeof callback !== 'function') {

@@ -24,3 +24,3 @@ {

},
"version": "1.0.0",
"version": "1.1.0",
"readmeFilename": "README.md",

@@ -27,0 +27,0 @@ "bugs": {

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