Socket
Socket
Sign inDemoInstall

@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 3.0.0 to 4.0.0

9

terser-webpack-plugin/index.d.ts

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

// Type definitions for terser-webpack-plugin 3.0
// Type definitions for terser-webpack-plugin 4.0
// Project: https://github.com/webpack-contrib/terser-webpack-plugin

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

extractComments?: boolean | string | RegExp | ExtractCommentFn | ExtractCommentOptions;
/**
* Allow to filter terser warnings.
* ⚠️ The source argument will contain undefined if you don't use source maps.
* @default () => true
*/
warningsFilter?: (warning: string, file: string, source?: string) => boolean | null | undefined;
}

@@ -119,0 +112,0 @@ }

4

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

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

},
"typesPublisherContentHash": "92f4b77a9e9e07182f926a35a738e3713a71d7c4f0606a6d5d6b90f43788dfb7",
"typesPublisherContentHash": "3d849ad6fbc69e88d112ae1b1c1d3f8c9ba0904e7fc4596ddad8eb0b6ab62165",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Sat, 30 May 2020 00:47:01 GMT
* Last updated: Wed, 05 Aug 2020 07:09:25 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