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.0 to 1.0.1

8

fs-extra-promise/index.d.ts

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

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

@@ -14,6 +15,11 @@ /// <reference types="node" />

import * as Promise from 'bluebird';
import { CopyFilter, CopyOptions, ReadOptions, WriteOptions, MkdirOptions, MoveOptions } from 'fs-extra';
import { CopyFilter, CopyOptions, ReadOptions, WriteOptions, MoveOptions } from 'fs-extra';
export * from 'fs-extra';
export interface MkdirOptions {
fs?: any;
mode?: number;
}
//promisified versions

@@ -20,0 +26,0 @@ export declare function copyAsync(src: string, dest: string): Promise<void>;

6

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

@@ -28,4 +28,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "9aad7867f4c9b5c195add3a41fe83eca6f0be4f094708807a0e2968f2a47105f",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "6ad1a18b46857cea6aefccae913a4c1cfe3670d64301bcd98499015ee8ce2e21",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 26 Apr 2017 22:17:24 GMT
* Last updated: Mon, 01 May 2017 20:59:40 GMT
* Dependencies: stream, fs, bluebird, fs-extra, node

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

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