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

@types/html-minifier

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/html-minifier - npm Package Compare versions

Comparing version 1.1.26-alpha to 1.1.28-alpha

4

index.d.ts

@@ -6,3 +6,5 @@ // Type definitions for HTMLMinifier v1.1.1

import * as UglifyJS from '../uglify-js';
/// <reference types="uglify-js" />
import * as UglifyJS from 'uglify-js';
import * as CleanCSS from 'clean-css';

@@ -9,0 +11,0 @@ import * as RelateUrl from 'relateurl';

{
"name": "@types/html-minifier",
"version": "1.1.26-alpha",
"version": "1.1.28-alpha",
"description": "TypeScript definitions for HTMLMinifier v1.1.1",

@@ -15,5 +15,6 @@ "main": "",

"dependencies": {
"@types/clean-css": "3.4.27-alpha",
"@types/relateurl": "0.2.25-alpha"
"@types/uglify-js": "2.0.26-alpha",
"@types/clean-css": "3.4.28-alpha",
"@types/relateurl": "0.2.26-alpha"
}
}

@@ -11,6 +11,6 @@ # Installation

Additional Details
* Last updated: Sun, 03 Jul 2016 23:17:17 GMT
* Last updated: Fri, 08 Jul 2016 19:21:59 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: ../uglify-js, clean-css, relateurl
* Library Dependencies: uglify-js
* Module Dependencies: uglify-js, clean-css, relateurl
* Global values: HTMLMinifier

@@ -17,0 +17,0 @@

{
"authors": "Tanguy Krotoff <https://github.com/tkrotoff>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"libraryDependencies": [
"uglify-js"
],
"moduleDependencies": [
"../uglify-js",
"uglify-js",
"clean-css",

@@ -27,3 +29,3 @@ "relateurl"

],
"contentHash": "5a9eaa0cd82d02dec25047eecc9362976aae2631e2783eb55c99695cc41d51c3"
"contentHash": "d9a701e7097cc148ab1bed6cb04816f6190a4353ac645e2bbbbe655a254f62a9"
}
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