New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 6.0.1

4

compression-webpack-plugin/index.d.ts

@@ -45,3 +45,3 @@ // Type definitions for compression-webpack-plugin 6.0

type FilenameFunction = (info: FileInfo) => string;
type FilenameFunction = (pathData: FileInfo) => string;

@@ -65,3 +65,3 @@ interface BaseOptions {

* The target asset filename.
* @default '[path].gz[query]'
* @default '[path][base].gz'
*/

@@ -68,0 +68,0 @@ filename?: string | FilenameFunction;

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

@@ -34,4 +34,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "d2a09046e40d7f11aba08baf5936b71cd9b50d69b594d6a5dfc66ea92ac5b1f2",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "f180643930c58ac73facf47e4dca322eba7a0700f354bdc3094de22290841bd9",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Tue, 17 Nov 2020 23:36:34 GMT
* Last updated: Wed, 02 Dec 2020 22:01:32 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