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.1 to 0.2.2

6

tapable/index.d.ts

@@ -19,5 +19,5 @@ // Type definitions for tapable v0.2.4

*/
plugin(names: string, handler: Tapable.Handler): void;
plugin(names: string, handler: (this: this, ...args: any[]) => void): void;
plugin(names: string[], handler: Tapable.Handler): void;
plugin(names: string[], handler: (this: this, ...args: any[]) => void): void;

@@ -29,3 +29,3 @@ /**

*/
apply(...plugins: Tapable.Plugin[]): void;
apply(...plugins: (((this: this) => any) | Tapable.Plugin)[]): void;

@@ -32,0 +32,0 @@ /**

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

@@ -15,4 +15,3 @@ "author": "e-cloud <https://github.com/e-cloud>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "352c1b6786b3bed70cb283ce1787c907a9f1ae4c322a4ddd84993c2295a0ae63"
"typesPublisherContentHash": "b1dccd4a56fcd24c7974b42793bb190f2e6c4f2558ee8a1522b7361d5dfec2e5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for tapable v0.2.4 (http://github.com/webpack/tapable.git).
This package contains type definitions for tapable (http://github.com/webpack/tapable.git).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Thu, 10 Nov 2016 12:27:28 GMT
* Last updated: Wed, 30 Nov 2016 00:20:15 GMT
* File structure: ProperModule

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

{
"authors": "e-cloud <https://github.com/e-cloud>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],

@@ -8,3 +7,3 @@ "moduleDependencies": [],

"libraryMinorVersion": 2,
"libraryName": "tapable v0.2.4",
"libraryName": "tapable",
"typingsPackageName": "tapable",

@@ -25,3 +24,3 @@ "projectName": "http://github.com/webpack/tapable.git",

"hasPackageJson": false,
"contentHash": "352c1b6786b3bed70cb283ce1787c907a9f1ae4c322a4ddd84993c2295a0ae63"
"contentHash": "b1dccd4a56fcd24c7974b42793bb190f2e6c4f2558ee8a1522b7361d5dfec2e5"
}
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