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.7 to 9.0.8

11

fs-extra/index.d.ts

@@ -229,2 +229,13 @@ // Type definitions for fs-extra 9.0

/* tslint:disable:unified-signatures */
export namespace realpath {
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): Promise<string>;
} & typeof fs.realpath.native;
}
/* tslint:enable:unified-signatures */
export function rename(oldPath: PathLike, newPath: PathLike, callback: (err: NodeJS.ErrnoException) => void): void;

@@ -231,0 +242,0 @@ export function rename(oldPath: PathLike, newPath: PathLike): Promise<void>;

4

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

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

},
"typesPublisherContentHash": "65b801d98a59a3d240823a464ae2c73d1277136fa2f079b038d0f0518e5b82ec",
"typesPublisherContentHash": "a27b430262ed0213e70c840567e7f28107e8182ff4f58de54e7b2b9108e05940",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Thu, 11 Feb 2021 21:48:33 GMT
* Last updated: Mon, 01 Mar 2021 09: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