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

@types/fs-extra

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fs-extra - npm Package Compare versions

Comparing version 9.0.10 to 9.0.11

8

fs-extra/index.d.ts

@@ -243,3 +243,9 @@ // Type definitions for fs-extra 9.0

export function rm(path: PathLike, options?: fs.RmOptions): Promise<void>;
/**
* Asynchronously removes files and directories (modeled on the standard POSIX
* `rm` utility).
*
* Only available in node >= v14.14.0
*/
export function rm(path: PathLike, options?: { force?: boolean, maxRetries?: number, recursive?: boolean, retryDelay?: number }): Promise<void>;

@@ -246,0 +252,0 @@ /**

4

fs-extra/package.json
{
"name": "@types/fs-extra",
"version": "9.0.10",
"version": "9.0.11",
"description": "TypeScript definitions for fs-extra",

@@ -64,4 +64,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "22e27c40b87cdc0cf639e0bc1b4439ef09165eb555a3f085b260789a37d89293",
"typesPublisherContentHash": "b44e87db09159a4c0033f6262309f823638763ff2d3c0532123188abc622ad04",
"typeScriptVersion": "3.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 02 Apr 2021 19:31:16 GMT
* Last updated: Mon, 12 Apr 2021 08:31:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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