Socket
Socket
Sign inDemoInstall

@types/tapable

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tapable - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

tapable/index.d.ts

@@ -253,7 +253,8 @@ // Type definitions for tapable v1.0.0

isUsed: () => boolean;
call: (arg1?: TArg1, arg2?: TArg2, arg3?: TArg3, ...args: any[]) => THookResult;
promise:(arg1?: TArg1, arg2?: TArg2, arg3?: TArg3, ...args: any[]) => Promise<THookResult>;
promise: (arg1?: TArg1, arg2?: TArg2, arg3?: TArg3, ...args: any[]) => Promise<THookResult>;
callAsync: (arg1?: TArg1, arg2?: TArg2, arg3?: TArg3, ...args: any[]) => THookResult;
compile(options: HookCompileOptions) : Function;
compile(options: HookCompileOptions): Function;
tap: (name: string | Tap, fn: (arg1: TArg1, arg2: TArg2, arg3: TArg3, ...args: any[]) => TTabResult) => void;

@@ -266,3 +267,3 @@ tapAsync: (name: string | Tap, fn: (arg1: TArg1, arg2: TArg2, arg3: TArg3, ...args: any[]) => void) => void;

export class SyncHook<T1 = any, T2 = any, T3 = any> extends Hook<T1, T2, T3, any, undefined> {}
export class SyncBailHook <T1 = any, T2 = any, T3 = any, THookResult = any>extends Hook<T1, T2, T3, undefined | THookResult, undefined | THookResult> {}
export class SyncBailHook<T1 = any, T2 = any, T3 = any, THookResult = any> extends Hook<T1, T2, T3, undefined | THookResult, undefined | THookResult> {}
export class SyncLoopHook<T1 = any, T2 = any, T3 = any> extends Hook<T1, T2, T3, any, undefined> {}

@@ -269,0 +270,0 @@ export class SyncWaterfallHook<T1 = any, T2 = any, T3 = any> extends Hook<T1, T2, T3, T1, T1> {}

{
"name": "@types/tapable",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for tapable",

@@ -19,10 +19,12 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/tapable"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "65bf726d6201fdc1669d711b88773a8dc9ef28a7d4e4e088ba7ba91fc09eef0d",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "b1629823e4f9420c763f28865125c1765bede047e7e826e3e8b126ef5e6a1b65",
"typeScriptVersion": "2.8"
}

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable.
Additional Details
* Last updated: Sat, 14 Jul 2018 01:02:01 GMT
### Additional Details
* Last updated: Sat, 11 Jan 2020 23:19:09 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by e-cloud <https://github.com/e-cloud>, John Reilly <https://github.com/johnnyreilly>.
These definitions were written by e-cloud (https://github.com/e-cloud), and John Reilly (https://github.com/johnnyreilly).

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