Socket
Socket
Sign inDemoInstall

@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.8 to 9.0.9

6

fs-extra/index.d.ts

@@ -232,5 +232,5 @@ // Type definitions for fs-extra 9.0

const native: {
(path: PathLike, options: fs.BaseEncodingOptions | BufferEncoding | undefined | null): Promise<string>;
(path: PathLike, options: fs.BufferEncodingOption): Promise<Buffer>;
(path: PathLike, options: fs.BaseEncodingOptions | string | undefined | null): Promise<string | Buffer>;
(path: PathLike, options: { encoding: BufferEncoding | null } | BufferEncoding | undefined | null): Promise<string>;
(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise<Buffer>;
(path: PathLike, options: { encoding: BufferEncoding | null } | string | undefined | null): Promise<string | Buffer>;
(path: PathLike): Promise<string>;

@@ -237,0 +237,0 @@ } & typeof fs.realpath.native;

{
"name": "@types/fs-extra",
"version": "9.0.8",
"version": "9.0.9",
"description": "TypeScript definitions for fs-extra",

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

},
"typesPublisherContentHash": "a27b430262ed0213e70c840567e7f28107e8182ff4f58de54e7b2b9108e05940",
"typesPublisherContentHash": "97ad44b238d8eeb55a85f07044755f6b9ab3aac51a56f84d89f14ec6ab7476fe",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Mon, 01 Mar 2021 09:31:24 GMT
* Last updated: Thu, 25 Mar 2021 19:01:11 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