Socket
Socket
Sign inDemoInstall

@types/uglify-js

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/uglify-js - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

17

uglify-js/index.d.ts

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

// Type definitions for UglifyJS 3.12
// Type definitions for UglifyJS 3.13
// Project: https://github.com/mishoo/UglifyJS

@@ -101,2 +101,8 @@ // Definitions by: Alan Agius <https://github.com/alan-agius4>

*/
/**
* hoist `export` statements to facilitate various `compress` and `mangle` optimizations.
* @default true
*/
hoist_exports?: boolean;
hoist_funs?: boolean;

@@ -121,2 +127,7 @@ /**

/**
* drop unreferenced import symbols when used with `unused`
* @default true
*/
imports?: boolean;
/**
* Inline calls to function with simple/return statement

@@ -323,3 +334,3 @@ * - false -- same as `Disabled`

WithArguments = 2,
WithArgumentsAndVariables = 3
WithArgumentsAndVariables = 3,
}

@@ -376,3 +387,3 @@ export interface MangleOptions {

AlwaysDouble = 2,
AlwaysOriginal = 3
AlwaysOriginal = 3,
}

@@ -379,0 +390,0 @@

6

uglify-js/package.json
{
"name": "@types/uglify-js",
"version": "3.12.0",
"version": "3.13.0",
"description": "TypeScript definitions for UglifyJS",

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

},
"typesPublisherContentHash": "7ae9a2390df4f8a964015abde16626dad309999370d22ab51e9c70892ad3b636",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "f73f68d336e39197a489bf93ca93e0ca8960858ac3795dbd14da126e0a0a9a24",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Sun, 07 Feb 2021 06:53:27 GMT
* Last updated: Sun, 07 Mar 2021 10:09:18 GMT
* Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map)

@@ -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