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 5.0.3 to 5.0.4

5

fs-extra/index.d.ts

@@ -210,5 +210,5 @@ // Type definitions for fs-extra 5.0

export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, type: fs.symlink.Type | undefined, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, type: FsSymlinkType | undefined, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, type?: fs.symlink.Type): Promise<void>;
export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, type?: FsSymlinkType): Promise<void>;

@@ -265,2 +265,3 @@ export function truncate(path: string | Buffer, callback: (err: NodeJS.ErrnoException) => void): void;

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

@@ -267,0 +268,0 @@ export interface CopyOptions {

4

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

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

},
"typesPublisherContentHash": "687fe80694f268d81222920edc1674f392d1c31d556f86bc948e8fb0bdc10973",
"typesPublisherContentHash": "f197e9a0f94046aecb8193b8ec62bff102c805f17d4bef5d3cda7442fb11255f",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 07 Jun 2018 19:55:41 GMT
* Last updated: Fri, 06 Jul 2018 21:56:16 GMT
* Dependencies: fs, 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