Socket
Socket
Sign inDemoInstall

fs.extra

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs.extra - npm Package Compare versions

Comparing version 1.3.0 to 1.3.2

2

fs.copy.js

@@ -21,3 +21,3 @@ (function () {

if (!err && !opts.replace) {
if (!err && !(opts.replace || opts.overwrite)) {
return cb(new Error("File " + dst + " exists."));

@@ -24,0 +24,0 @@ }

@@ -5,3 +5,3 @@ {

"description": "fs.move and fs.copy for Node.JS",
"version": "1.3.0",
"version": "1.3.2",
"repository": {

@@ -19,5 +19,5 @@ "type": "git",

"dependencies": {
"fs-extra": "~0.6.1",
"mkdirp": "~0.3.5",
"fs-extra": "~0.6.1",
"walk": "~2.2.1"
"walk": "^2.3.9"
},

@@ -24,0 +24,0 @@ "devDependencies": {

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