Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/fs-extra-promise

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fs-extra-promise - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

1

fs-extra-promise/index.d.ts

@@ -74,2 +74,3 @@ // Type definitions for fs-extra-promise 1.0

export function writeFileAsync(filename: string, data: any, options?: string | WriteOptions): Promise<void>;
export function mkdtempAsync(prefix: string, options: string | {encoding: string}): Promise<string>;
export function appendFileAsync(filename: string, data: any, option?: string | WriteOptions): Promise<void>;

@@ -76,0 +77,0 @@

6

fs-extra-promise/package.json
{
"name": "@types/fs-extra-promise",
"version": "1.0.8",
"version": "1.0.9",
"description": "TypeScript definitions for fs-extra-promise",

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

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -37,4 +37,4 @@ "type": "git",

},
"typesPublisherContentHash": "94bae39436dfce0e75447a2d5403a76f5cc41b08c61432d96dcda50f8c6130d6",
"typesPublisherContentHash": "44819fef777a637780207562ee7ff98f5ab852c9d156bad08b4ed217d2a7d5ed",
"typeScriptVersion": "3.2"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for fs-extra-promise ( https://github.com/overlookmotel/fs-extra-promise ).
This package contains type definitions for fs-extra-promise (https://github.com/overlookmotel/fs-extra-promise).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra-promise
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra-promise.
Additional Details
* Last updated: Fri, 24 May 2019 21:00:59 GMT
* Dependencies: @types/fs-extra, @types/bluebird, @types/node
### Additional Details
* Last updated: Sun, 26 Apr 2020 16:56:19 GMT
* Dependencies: [@types/fs-extra](https://npmjs.com/package/@types/fs-extra), [@types/bluebird](https://npmjs.com/package/@types/bluebird), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by midknight41 <https://github.com/midknight41>, Jason Swearingen <https://github.com/jasonswearingen>, Hiromi Shikata <https://github.com/HiromiShikata>.
These definitions were written by [midknight41](https://github.com/midknight41), [Jason Swearingen](https://github.com/jasonswearingen), and [Hiromi Shikata](https://github.com/HiromiShikata).

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