New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/gulp-htmlmin

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gulp-htmlmin - npm Package Compare versions

Comparing version 1.3.32 to 1.3.33

11

gulp-htmlmin/package.json
{
"name": "@types/gulp-htmlmin",
"version": "1.3.32",
"version": "1.3.33",
"description": "TypeScript definitions for gulp-htmlmin",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin",
"license": "MIT",

@@ -14,5 +15,7 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/gulp-htmlmin"
},

@@ -24,4 +27,4 @@ "scripts": {},

},
"typesPublisherContentHash": "d3c872c296057d028a2dc888ac5939e39ff2a3fd5b64df7c3cb03d7efb91426b",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "bd5cd2f86938ae25e7749e5fa85b04191ff55f2690c36020fc38645b772feaef",
"typeScriptVersion": "4.3"
}

@@ -8,10 +8,30 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin/index.d.ts)
````ts
// Type definitions for gulp-htmlmin v1.3.0
// Project: https://github.com/jonschlinkert/gulp-htmlmin
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
Additional Details
* Last updated: Thu, 22 Mar 2018 21:28:49 GMT
* Dependencies: html-minifier, node
/// <reference types="node" />
import * as HTMLMinifier from 'html-minifier';
declare namespace htmlmin {
}
declare function htmlmin(options?: HTMLMinifier.Options): NodeJS.ReadWriteStream;
export = htmlmin;
````
### Additional Details
* Last updated: Wed, 10 May 2023 21:03:30 GMT
* Dependencies: [@types/html-minifier](https://npmjs.com/package/@types/html-minifier), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>.
These definitions were written by [Tanguy Krotoff](https://github.com/tkrotoff).

Sorry, the diff of this file is not supported yet

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