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 4.0.0 to 4.0.1

2

compression-webpack-plugin/index.d.ts

@@ -22,3 +22,3 @@ // Type definitions for compression-webpack-plugin 4.0

declare namespace CompressionPlugin {
type AlgorithmCallback = (error: Error | null, result: Buffer) => void;
type AlgorithmCallback = (error: Error | null, result: Uint8Array) => void;
type Algorithm<O> = (source: string, options: O, callback: AlgorithmCallback) => void;

@@ -25,0 +25,0 @@

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

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

},
"typesPublisherContentHash": "d5fab0966349def2e58d71cefeb385d3903f061dbd13d2fae4ea59cc082460d6",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "1726fe8386872444b782e2d4070a735fc1fdc515e0b6ecc5ace74fa6c8fc7907",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Thu, 04 Jun 2020 00:58:03 GMT
* Last updated: Thu, 03 Sep 2020 07:47:56 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