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 0.0.37 to 2.0.0

7

fs-extra/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for fs-extra
// Type definitions for fs-extra v2.0.0
// Project: https://github.com/jprichardson/node-fs-extra
// Definitions by: midknight41 <https://github.com/midknight41>
// Definitions by: midknight41 <https://github.com/midknight41>, Brendan Forster <https://github.com/shiftkey>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -123,5 +123,2 @@

export function walk(path: string, options?: WalkOptions): WalkEventEmitter;
export function walkSync(path: string): ReadonlyArray<string>;
export interface CopyFilterFunction {

@@ -128,0 +125,0 @@ (src: string): boolean

{
"name": "@types/fs-extra",
"version": "0.0.37",
"version": "2.0.0",
"description": "TypeScript definitions for fs-extra",
"license": "MIT",
"author": "midknight41 <https://github.com/midknight41>",
"contributors": [
{
"name": "midknight41",
"url": "https://github.com/midknight41"
},
{
"name": "Brendan Forster",
"url": "https://github.com/shiftkey"
}
],
"main": "",

@@ -17,4 +26,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "f6e2e715511ee0b2e7437f872e0d1ed52fd2ade44e3bb266902cd12293af0405",
"typesPublisherContentHash": "7588af8f28196647ad8782fe101fb49d07232d30bc2c6bdfac10a24d06158989",
"typeScriptVersion": "2.0"
}

@@ -11,8 +11,7 @@ # Installation

Additional Details
* Last updated: Mon, 09 Jan 2017 01:30:55 GMT
* Library Dependencies: node
* Module Dependencies: fs
* Last updated: Mon, 13 Mar 2017 18:51:20 GMT
* Dependencies: fs, node
* Global values: none
# Credits
These definitions were written by midknight41 <https://github.com/midknight41>.
These definitions were written by midknight41 <https://github.com/midknight41>, Brendan Forster <https://github.com/shiftkey>.
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