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 5.0.1 to 5.0.2

6

terser-webpack-plugin/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for terser-webpack-plugin 5.0

import { Plugin } from 'webpack';
import { Compiler, WebpackPluginInstance } from 'webpack';
import { MinifyOptions } from 'terser';

@@ -90,6 +90,8 @@

declare class TerserPlugin extends Plugin {
declare class TerserPlugin implements WebpackPluginInstance {
constructor(opts?: TerserPlugin.TerserPluginOptions);
apply: (compiler: Compiler) => void;
}
export = TerserPlugin;
{
"name": "@types/terser-webpack-plugin",
"version": "5.0.1",
"version": "5.0.2",
"description": "TypeScript definitions for terser-webpack-plugin",

@@ -27,7 +27,7 @@ "license": "MIT",

"dependencies": {
"@types/webpack": "*",
"terser": "^5.3.8"
"terser": "^5.3.8",
"webpack": "^5.1.0"
},
"typesPublisherContentHash": "ab620d9d89f4e24c61a9ecd843bb5f9820b842152bf14211376c444678e0e1f5",
"typesPublisherContentHash": "0bca38391c4aa76213b19ccb924da3f93ae9e3f207a778ae302ca6cde83f1feb",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Wed, 28 Oct 2020 23:50:12 GMT
* Last updated: Wed, 04 Nov 2020 01: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