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.2 to 9.0.3

3

fs-extra/index.d.ts

@@ -112,3 +112,6 @@ // Type definitions for fs-extra 9.0

export function emptyDir(path: string, callback: (err: Error) => void): void;
export const emptydir: typeof emptyDir;
export function emptyDirSync(path: string): void;
export const emptydirSync: typeof emptyDirSync;

@@ -115,0 +118,0 @@ export function pathExists(path: string): Promise<boolean>;

4

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

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

},
"typesPublisherContentHash": "3301bb09674464dfd7e3a252e2f1a3fca1bf19faa55bf6e31fe0763f2e8aa950",
"typesPublisherContentHash": "aa31513ca09f453539f901858268a90b5b4ecc2e2eabcb6f3b1950f64e164f27",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Sun, 11 Oct 2020 18:18:08 GMT
* Last updated: Tue, 03 Nov 2020 13:16:44 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