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.8 to 0.2.9

2

tapable v0.2/index.d.ts

@@ -23,3 +23,3 @@ declare abstract class Tapable {

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

@@ -26,0 +26,0 @@ /**

{
"name": "@types/tapable",
"version": "0.2.8",
"version": "0.2.9",
"description": "TypeScript definitions for tapable",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable",

"dependencies": {},
"typesPublisherContentHash": "f9c008638f816a17d2bca4e01451cca6b94bfcaaaae304cadec9dbdc28902d15",
"typesPublisherContentHash": "f97b8e001a8d006891fa4e53ec878684e7939f1b8d37dbfb82875fe0f088880e",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc