Socket
Socket
Sign inDemoInstall

@types/gulp

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gulp - npm Package Compare versions

Comparing version 3.8.37 to 3.8.38

9

gulp v3.8/index.d.ts

@@ -11,4 +11,4 @@ // Type definitions for Gulp 3.8

import Orchestrator = require('orchestrator');
import VinylFile = require('vinyl');
import Orchestrator = require("orchestrator");
import VinylFile = require("vinyl");

@@ -76,3 +76,3 @@ declare namespace gulp {

*/
(glob: string | string[], fn: (WatchCallback | string)): NodeJS.EventEmitter;
(glob: string | string[], fn: WatchCallback | string): NodeJS.EventEmitter;
/**

@@ -92,3 +92,3 @@ * Watch files and do something when a file changes. This always returns an EventEmitter that emits change events.

*/
(glob: string | string[], opt: WatchOptions, fn: (WatchCallback | string)): NodeJS.EventEmitter;
(glob: string | string[], opt: WatchOptions, fn: WatchCallback | string): NodeJS.EventEmitter;
/**

@@ -102,3 +102,2 @@ * Watch files and do something when a file changes. This always returns an EventEmitter that emits change events.

(glob: string | string[], opt: WatchOptions, fn: (WatchCallback | string)[]): NodeJS.EventEmitter;
}

@@ -105,0 +104,0 @@

{
"name": "@types/gulp",
"version": "3.8.37",
"version": "3.8.38",
"description": "TypeScript definitions for Gulp",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp",

},
"typesPublisherContentHash": "d684d6f9d3797d116bd4eb40b4348484353e223c5f7badb490a6790854f83b07",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "20a468ebba1e2537bc3ba23d3730e8fe3024ee14aebce5f7d0f7810b6cffeb96",
"typeScriptVersion": "4.5"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Tue, 06 Jul 2021 20:33:09 GMT
* Dependencies: [@types/orchestrator](https://npmjs.com/package/@types/orchestrator), [@types/vinyl](https://npmjs.com/package/@types/vinyl), [@types/node](https://npmjs.com/package/@types/node)
* Last updated: Wed, 20 Sep 2023 17:08:03 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/orchestrator](https://npmjs.com/package/@types/orchestrator), [@types/vinyl](https://npmjs.com/package/@types/vinyl)
* Global values: none

@@ -15,0 +15,0 @@

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