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 0.0.30 to 0.0.31

4

fs-extra-promise/index.d.ts

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

import * as Promise from 'bluebird';
import { CopyFilter, CopyOptions, OpenOptions, MkdirOptions } from 'fs-extra';
import { CopyFilter, CopyOptions, OpenOptions, MkdirOptions, MoveOptions } from 'fs-extra';

@@ -28,2 +28,4 @@ export * from 'fs-extra';

export declare function moveAsync(src: string, dest: string, options?: MoveOptions): Promise<void>;
export declare function outputFileAsync(file: string, data: any): Promise<void>;

@@ -30,0 +32,0 @@

{
"name": "@types/fs-extra-promise",
"version": "0.0.30",
"version": "0.0.31",
"description": "TypeScript definitions for fs-extra-promise",

@@ -18,4 +18,5 @@ "license": "MIT",

},
"typings": "index.d.ts",
"typesPublisherContentHash": "3452bfa4ca749796514ca0f6713ee470eed1cd1871ef84b46cd60574f0969dbe"
"peerDependencies": {},
"typesPublisherContentHash": "fbe2215fe7b3cb70d5a8a09bf15f80851b1de34800cda235667e5f6ddade7123",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/fs-extra-promise
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/fs-extra-promise
Additional Details
* Last updated: Mon, 26 Sep 2016 15:33:54 GMT
* File structure: ProperModule
* Last updated: Thu, 29 Dec 2016 23:09:05 GMT
* Library Dependencies: bluebird, fs-extra, node

@@ -15,0 +14,0 @@ * Module Dependencies: bluebird, fs, fs-extra, stream

{
"authors": "midknight41 <https://github.com/midknight41>, Jason Swearingen <https://github.com/jasonswearingen>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [

@@ -15,4 +14,5 @@ "bluebird",

],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryMajorVersion": 0,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "fs-extra-promise",

@@ -22,4 +22,3 @@ "typingsPackageName": "fs-extra-promise",

"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"sourceBranch": "master",
"globals": [],

@@ -33,3 +32,3 @@ "declaredModules": [

"hasPackageJson": false,
"contentHash": "3452bfa4ca749796514ca0f6713ee470eed1cd1871ef84b46cd60574f0969dbe"
"contentHash": "fbe2215fe7b3cb70d5a8a09bf15f80851b1de34800cda235667e5f6ddade7123"
}
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