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

8

fs-extra/index.d.ts

@@ -13,3 +13,4 @@ // Type definitions for fs-extra 5.0

import { Stats } from "fs";
import * as fs from "fs";
import Stats = fs.Stats;

@@ -210,4 +211,5 @@ export * from "fs";

export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, type: string, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, type?: string): Promise<void>;
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, callback: (err: NodeJS.ErrnoException) => void): void;
export function symlink(srcpath: string | Buffer, dstpath: string | Buffer, type?: fs.symlink.Type): Promise<void>;

@@ -214,0 +216,0 @@ export function truncate(path: string | Buffer, callback: (err: NodeJS.ErrnoException) => void): void;

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

@@ -36,3 +36,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -43,4 +43,4 @@ "scripts": {},

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

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.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, 11 Apr 2018 19:11:59 GMT
* Last updated: Thu, 07 Jun 2018 19:55:41 GMT
* Dependencies: fs, node

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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