Socket
Socket
Sign inDemoInstall

fs-extra

Package Overview
Dependencies
4
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.1 to 9.1.0

2

lib/fs/index.js

@@ -34,2 +34,3 @@ 'use strict'

'rename',
'rm',
'rmdir',

@@ -45,2 +46,3 @@ 'stat',

// fs.opendir was added in Node.js v12.12.0
// fs.rm was added in Node.js v14.14.0
// fs.lchown is not available on at least some Linux

@@ -47,0 +49,0 @@ return typeof fs[key] === 'function'

4

package.json
{
"name": "fs-extra",
"version": "9.0.1",
"version": "9.1.0",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",

@@ -43,3 +43,3 @@ "engines": {

"jsonfile": "^6.0.1",
"universalify": "^1.0.0"
"universalify": "^2.0.0"
},

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

@@ -156,3 +156,6 @@ Node.js: fs-extra

### CLI
[fse-cli](https://www.npmjs.com/package/@atao60/fse-cli) allows you to run `fs-extra` from a console or from [npm](https://www.npmjs.com) scripts.
### TypeScript

@@ -159,0 +162,0 @@

Sorry, the diff of this file is too big to display

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