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.5 to 9.0.6

1

fs-extra/index.d.ts

@@ -45,2 +45,3 @@ // Type definitions for fs-extra 9.0

export function ensureDir(path: string, options?: EnsureOptions | number): Promise<void>;
export function ensureDir(path: string, callback?: (err: Error) => void): void;
export function ensureDir(path: string, options?: EnsureOptions | number, callback?: (err: Error) => void): void;

@@ -47,0 +48,0 @@ export function ensureDirSync(path: string, options?: EnsureOptions | number): void;

4

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

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

},
"typesPublisherContentHash": "0aa713c58b8f4896d201244bebb9d964bcad7cc22fdd8fa4d643b8efb47bbf76",
"typesPublisherContentHash": "97bc0f0de513c1c72257c200b261337e5b51de6be5bdac69401fd28f27d70c48",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Thu, 10 Dec 2020 22:33:57 GMT
* Last updated: Wed, 23 Dec 2020 21:09:59 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