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 8.0.1 to 8.1.0

7

fs-extra/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for fs-extra 8.0
// Type definitions for fs-extra 8.1
// Project: https://github.com/jprichardson/node-fs-extra

@@ -10,2 +10,3 @@ // Definitions by: Alan Agius <https://github.com/alan-agius4>,

// Florian Keller <https://github.com/ffflorian>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -39,2 +40,6 @@ // TypeScript Version: 2.2

export function createSymlink(src: string, dest: string, type: SymlinkType): Promise<void>;
export function createSymlink(src: string, dest: string, type: SymlinkType, callback?: (err: Error) => void): void;
export function createSymlinkSync(src: string, dest: string, type: SymlinkType): void;
export function ensureDir(path: string, options?: EnsureOptions | number): Promise<void>;

@@ -41,0 +46,0 @@ export function ensureDir(path: string, options?: EnsureOptions | number, callback?: (err: Error) => void): void;

13

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

@@ -41,6 +41,11 @@ "license": "MIT",

"githubUsername": "ffflorian"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -55,4 +60,4 @@ "type": "git",

},
"typesPublisherContentHash": "6e13f2b7c4123f7961cc221d925a879762d0c3e8b1b21ee178ec2e40add88cac",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "79e52bc8d5c9913cee6d8de57e160e2606e0e9f52b7c65e1bbeda16bcd38256f",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra.
Additional Details
* Last updated: Wed, 16 Oct 2019 17:28:13 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Tue, 18 Feb 2020 00:47:10 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Alan Agius <https://github.com/alan-agius4>, midknight41 <https://github.com/midknight41>, Brendan Forster <https://github.com/shiftkey>, Mees van Dijk <https://github.com/mees->, Justin Rockwood <https://github.com/jrockwood>, Sang Dang <https://github.com/sangdth>, and Florian Keller <https://github.com/ffflorian>.
These definitions were written by [Alan Agius](https://github.com/alan-agius4), [midknight41](https://github.com/midknight41), [Brendan Forster](https://github.com/shiftkey), [Mees van Dijk](https://github.com/mees-), [Justin Rockwood](https://github.com/jrockwood), [Sang Dang](https://github.com/sangdth), [Florian Keller](https://github.com/ffflorian), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
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