Socket
Socket
Sign inDemoInstall

@types/tapable

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

10

tapable/index.d.ts

@@ -7,2 +7,6 @@ // Type definitions for tapable v0.2.4

declare abstract class Tapable {
private _plugins: {
[index: string]: Tapable.Handler[]
}
/**

@@ -16,5 +20,5 @@ * Register plugin(s)

*/
plugin(names: string, handler: Tapable.Listener): void;
plugin(names: string, handler: Tapable.Handler): void;
plugin(names: string[], handler: Tapable.Listener): void;
plugin(names: string[], handler: Tapable.Handler): void;

@@ -190,3 +194,3 @@ /**

declare namespace Tapable {
interface Listener {
interface Handler {
(...args: any[]): void;

@@ -193,0 +197,0 @@ }

{
"name": "@types/tapable",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript definitions for tapable v0.2.4",

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

"typings": "index.d.ts",
"typesPublisherContentHash": "a1080fa0785cfd8ac685abd8d63308b576903f23d0e8a1c8a046deae77404a40"
"typesPublisherContentHash": "352c1b6786b3bed70cb283ce1787c907a9f1ae4c322a4ddd84993c2295a0ae63"
}

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

Additional Details
* Last updated: Thu, 03 Nov 2016 17:41:49 GMT
* Last updated: Thu, 10 Nov 2016 12:27:28 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -24,3 +24,3 @@ {

"hasPackageJson": false,
"contentHash": "a1080fa0785cfd8ac685abd8d63308b576903f23d0e8a1c8a046deae77404a40"
"contentHash": "352c1b6786b3bed70cb283ce1787c907a9f1ae4c322a4ddd84993c2295a0ae63"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc