Socket
Socket
Sign inDemoInstall

@types/tapable

Package Overview
Dependencies
1
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.2.3

2

tapable/index.d.ts

@@ -6,4 +6,4 @@ // Type definitions for tapable 2.2

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/* tslint:disable-next-line:no-self-import */
/* eslint-disable-next-line no-self-import */
import tapable = require('tapable');
export = tapable;
{
"name": "@types/tapable",
"version": "2.2.2",
"version": "2.2.3",
"description": "TypeScript definitions for tapable",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "41e3cc1feafb50c91436912463bc01a47c84abc30c699f89d6b8187647c097c7",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "f806e7445615554326e86062ffbd5dc42246dd95bad353ffa1bc52fac6c6040c",
"typeScriptVersion": "4.3"
}

@@ -9,5 +9,17 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable/index.d.ts)
````ts
// Type definitions for tapable 2.2
// Project: https://github.com/webpack/tapable.git
// Definitions by: e-cloud <https://github.com/e-cloud>
// John Reilly <https://github.com/johnnyreilly>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/* eslint-disable-next-line no-self-import */
import tapable = require('tapable');
export = tapable;
````
### Additional Details
* Last updated: Tue, 30 Mar 2021 18:01:13 GMT
* Last updated: Mon, 27 Mar 2023 18:33:58 GMT
* Dependencies: none

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

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