@types/uglify-js
Advanced tools
Comparing version 3.9.2 to 3.9.3
@@ -436,5 +436,5 @@ // Type definitions for UglifyJS 3.9 | ||
root?: string; | ||
content?: RawSourceMap; | ||
content?: RawSourceMap | 'inline'; | ||
} | ||
export function minify(files: string | string[] | { [file: string]: string }, options?: MinifyOptions): MinifyOutput; |
{ | ||
"name": "@types/uglify-js", | ||
"version": "3.9.2", | ||
"version": "3.9.3", | ||
"description": "TypeScript definitions for UglifyJS", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "b454985f8b5c9c0bbb16c275bf6a7430b37ed8a4665fe22ad0822b03c9bc8e82", | ||
"typesPublisherContentHash": "671a8814ea621e187cc783206085b238166d93c466434ea4bb28ce2915eeed76", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 May 2020 18:24:00 GMT | ||
* Last updated: Mon, 06 Jul 2020 05:10:40 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
17905