Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.11.1 to 3.12.0

7

uglify-js/index.d.ts

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

6

uglify-js/package.json
{
"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

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