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 1.2.1 to 2.2.0

4

terser-webpack-plugin/index.d.ts

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

// Type definitions for terser-webpack-plugin 1.2
// Type definitions for terser-webpack-plugin 2.2
// Project: https://github.com/webpack-contrib/terser-webpack-plugin

@@ -52,4 +52,4 @@ // Definitions by: Daniel Schopf <https://github.com/Danscho>

| ExtractCommentOptions;
warningsFilter?: (warning: any, source: any) => boolean;
warningsFilter?: (warning: string, source: string | undefined, file: string) => boolean;
}
}
{
"name": "@types/terser-webpack-plugin",
"version": "1.2.1",
"version": "2.2.0",
"description": "TypeScript definitions for terser-webpack-plugin",

@@ -17,3 +17,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/terser-webpack-plugin"
},

@@ -23,6 +24,6 @@ "scripts": {},

"@types/webpack": "*",
"terser": "^3.16.1"
"terser": "^4.3.9"
},
"typesPublisherContentHash": "c30e9e6fd425a0fb60c2add4c4d2d62eeb8214b261129f715b370601ee050ce7",
"typesPublisherContentHash": "f5d56bced77874b81bf368834803c92828e9b498491be03c0da6e8f6c2713f7f",
"typeScriptVersion": "3.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for terser-webpack-plugin ( https://github.com/webpack-contrib/terser-webpack-plugin ).
This package contains type definitions for terser-webpack-plugin (https://github.com/webpack-contrib/terser-webpack-plugin).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Thu, 14 Feb 2019 21:32:31 GMT
* Last updated: Tue, 05 Nov 2019 01:05:41 GMT
* Dependencies: @types/webpack, @types/terser

@@ -15,0 +15,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