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

ncp

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ncp - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

8

lib/ncp.js

@@ -204,9 +204,7 @@ var fs = require('fs'),

}
else if (options.errs) {
if (typeof errs.write === 'undefined') {
if (typeof errs.write === 'undefined') {
errs.push(err);
}
else {
}
else {
errs.write(err.stack + '\n\n');
}
}

@@ -213,0 +211,0 @@ return cb();

{
"name" : "ncp",
"version" : "0.4.1",
"version" : "0.4.2",
"author": "AvianFlu <charlie@charlieistheman.com>",

@@ -5,0 +5,0 @@ "description" : "Asynchronous recursive file copy utility.",

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