Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/compression-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/compression-webpack-plugin - npm Package Compare versions

Comparing version 6.0.6 to 9.0.0

10

compression-webpack-plugin/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for compression-webpack-plugin 6.0
// Type definitions for compression-webpack-plugin 9.0
// Project: https://github.com/webpack-contrib/compression-webpack-plugin

@@ -25,3 +25,3 @@ // Definitions by: Anton Kandybo <https://github.com/dublicator>

type AlgorithmCallback = (error: Error | null, result: Uint8Array) => void;
type Algorithm<O> = (source: string, options: O, callback: AlgorithmCallback) => void;
type Algorithm<O> = (input: string, compressionOptions: O, callback: AlgorithmCallback) => void;

@@ -39,7 +39,3 @@ // NOTE: These are the async compression algorithms on the zlib object.

/** original asset filename */
file: string;
/** path of the original asset */
path: string;
/** query */
query: string;
filename: string;
}

@@ -46,0 +42,0 @@

{
"name": "@types/compression-webpack-plugin",
"version": "6.0.6",
"version": "9.0.0",
"description": "TypeScript definitions for compression-webpack-plugin",

@@ -28,6 +28,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compression-webpack-plugin",

"dependencies": {
"@types/webpack": "^4"
"tapable": "^2.2.0",
"webpack": "^5.51.0"
},
"typesPublisherContentHash": "03f84477069e07b27913a08dce6cf63effc756a34b3101c1e8d361fc3332d3ac",
"typesPublisherContentHash": "9f1d4d2877fe338f14a2d14a6f4d2e7008f0e1c243e8f013e1bda05c9eadad43",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:58 GMT
* Last updated: Fri, 01 Oct 2021 22:31:29 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack)

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

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