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.3 to 9.0.4

7

fs-extra/index.d.ts

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

export function symlink(target: PathLike, path: PathLike, type: FsSymlinkType | undefined, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(target: PathLike, path: PathLike, type: SymlinkType | undefined, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(target: PathLike, path: PathLike, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(target: PathLike, path: PathLike, type?: FsSymlinkType): Promise<void>;
export function symlink(target: PathLike, path: PathLike, type?: SymlinkType): Promise<void>;

@@ -304,4 +304,3 @@ export function truncate(path: PathLike, callback: (err: NodeJS.ErrnoException) => void): void;

export type SymlinkType = "dir" | "file";
export type FsSymlinkType = "dir" | "file" | "junction";
export type SymlinkType = "dir" | "file" | "junction";

@@ -308,0 +307,0 @@ export type Mode = string | number;

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

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

},
"typesPublisherContentHash": "aa31513ca09f453539f901858268a90b5b4ecc2e2eabcb6f3b1950f64e164f27",
"typesPublisherContentHash": "666988b2f93eba2d2cc77deee0938dbda1f4b3b29911d3060a68c185016cd0f3",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Tue, 03 Nov 2020 13:16:44 GMT
* Last updated: Wed, 11 Nov 2020 22:00:34 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