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

@types/terser-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.1.0 to 4.2.0

5

terser-webpack-plugin/index.d.ts

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

// Type definitions for terser-webpack-plugin 4.1
// Type definitions for terser-webpack-plugin 4.2
// Project: https://github.com/webpack-contrib/terser-webpack-plugin

@@ -6,3 +6,2 @@ // Definitions by: Daniel Schopf <https://github.com/Danscho>

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

@@ -93,3 +92,3 @@ import { Plugin } from 'webpack';

*/
minify?: (file: any, sourceMap: any) => MinifyResult;
minify?: (file: any, sourceMap: any, minimizerOptions?: MinifyOptions) => MinifyResult;

@@ -96,0 +95,0 @@ /**

6

terser-webpack-plugin/package.json
{
"name": "@types/terser-webpack-plugin",
"version": "4.1.0",
"version": "4.2.0",
"description": "TypeScript definitions for terser-webpack-plugin",

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

},
"typesPublisherContentHash": "13b328d747766b8a58990019ef4362a7bad927f0e39337fbc3592314289825a2",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "a76c085713c32b2651ff80fb50da82497ab6cdfb8746d1f6e6ec0c67c22e7e09",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Tue, 11 Aug 2020 08:11:47 GMT
* Last updated: Tue, 15 Sep 2020 07:10:16 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/terser](https://npmjs.com/package/@types/terser)

@@ -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