@types/fs-extra-promise
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8071
0
18