@types/uglify-js
Advanced tools
Comparing version 3.11.1 to 3.12.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for UglifyJS 3.11 | ||
// Type definitions for UglifyJS 3.12 | ||
// Project: https://github.com/mishoo/UglifyJS | ||
@@ -244,2 +244,7 @@ // Definitions by: Alan Agius <https://github.com/alan-agius4> | ||
/** | ||
* Compact template literals by embedding expressions and/or converting to string literals, e.g. `foo ${42}` → "foo 42" | ||
* @default true | ||
*/ | ||
templates?: boolean; | ||
/** | ||
* Drop unreferenced functions ("funcs") and/or variables ("vars") in the top level scope (false by default, | ||
@@ -246,0 +251,0 @@ * true to drop both unreferenced functions and variables) |
{ | ||
"name": "@types/uglify-js", | ||
"version": "3.11.1", | ||
"version": "3.12.0", | ||
"description": "TypeScript definitions for UglifyJS", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "983f30f145fe568c0a30edd2f9ee19f79a9f7b2ac2cb125a513af763122c577f", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "7ae9a2390df4f8a964015abde16626dad309999370d22ab51e9c70892ad3b636", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 27 Oct 2020 21:45:03 GMT | ||
* Last updated: Sun, 07 Feb 2021 06:53:27 GMT | ||
* Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18336
445