Socket
Socket
Sign inDemoInstall

@types/gulp-html-prettify

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

4

gulp-html-prettify/index.d.ts

@@ -9,4 +9,4 @@ // Type definitions for npm i gulp-html-prettify 0.0

interface GulpHtmlPrettifyOptions {
indent_char?: string;
indent_size?: number;
indent_char?: string | undefined;
indent_size?: number | undefined;
}

@@ -13,0 +13,0 @@

{
"name": "@types/gulp-html-prettify",
"version": "0.0.0",
"version": "0.0.1",
"description": "TypeScript definitions for npm i gulp-html-prettify",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-html-prettify",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "5da76405807dbdda4840157263e80abab68731aad802dbad90fd7263d540a518",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "8715c53fb5e0a4ca9d09d406ec31ab7311033f7aed9befeec0267712f8b5dd2d",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,35 @@ # Installation

# Summary
This package contains type definitions for npm i gulp-html-prettify ( https://www.npmjs.com/package/gulp-html-prettify ).
This package contains type definitions for npm i gulp-html-prettify (https://www.npmjs.com/package/gulp-html-prettify).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-html-prettify
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-html-prettify.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-html-prettify/index.d.ts)
````ts
// Type definitions for npm i gulp-html-prettify 0.0
// Project: https://www.npmjs.com/package/gulp-html-prettify
// Definitions by: Takesi Tokugawa <https://github.com/TokugawaTakesi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Fri, 26 Apr 2019 21:21:39 GMT
* Dependencies: @types/node
/// <reference types="node"/>
interface GulpHtmlPrettifyOptions {
indent_char?: string | undefined;
indent_size?: number | undefined;
}
interface GulpHtmlPrettify {
(options?: GulpHtmlPrettifyOptions): NodeJS.ReadWriteStream;
}
declare var gulpHtmlPrettify: GulpHtmlPrettify;
export = gulpHtmlPrettify;
````
### Additional Details
* Last updated: Thu, 08 Jul 2021 12:02:38 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Takesi Tokugawa <https://github.com/TokugawaTakesi>.
These definitions were written by [Takesi Tokugawa](https://github.com/TokugawaTakesi).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc