Socket
Socket
Sign inDemoInstall

@types/html-minifier-terser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/html-minifier-terser - npm Package Compare versions

Comparing version 5.1.2 to 6.0.0

5

html-minifier-terser/index.d.ts

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

// Type definitions for html-minifier-terser 5.1
// Type definitions for html-minifier-terser 6.0
// Project: https://github.com/terser/html-minifier-terser#readme

@@ -8,4 +8,5 @@ // Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>

* HTMLMinifier is a highly configurable, well-tested, JavaScript-based HTML minifier.
* @async
*/
export function minify(value: string, options?: Options): string;
export function minify(value: string, options?: Options): Promise<string>;

@@ -12,0 +13,0 @@ /**

6

html-minifier-terser/package.json
{
"name": "@types/html-minifier-terser",
"version": "5.1.2",
"version": "6.0.0",
"description": "TypeScript definitions for html-minifier-terser",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier-terser",

"dependencies": {},
"typesPublisherContentHash": "28cce5825a3174a32e03b0b5748729c78d53810f69cf72f48bc2faa9f7af6fb7",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "afb28151e01c4013ba1434a3ba2e94f1fc3ba51f6857f7a7b342ebd19af0adbb",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 21:33:35 GMT
* Last updated: Tue, 07 Sep 2021 19:31:24 GMT
* Dependencies: none

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