@types/wait-on
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for wait-on 5.2 | ||
// Type definitions for wait-on 5.3 | ||
// Project: https://github.com/jeffbski/wait-on#readme | ||
@@ -6,4 +6,6 @@ // Definitions by: Ifiok Jr. <https://github.com/ifiokjr> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
/// <reference types="node" /> | ||
import { SecureContextOptions } from 'tls'; | ||
export = waitOn; | ||
@@ -15,3 +17,3 @@ | ||
declare namespace waitOn { | ||
interface WaitOnOptions { | ||
interface WaitOnOptions extends SecureContextOptions { | ||
/** | ||
@@ -18,0 +20,0 @@ * Array of string resources to wait for. prefix determines the type of resource with the default type of file: |
{ | ||
"name": "@types/wait-on", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "TypeScript definitions for wait-on", | ||
@@ -26,5 +26,7 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c34af6c69329cd410c462c602c644f8471b7c2f25d0f2eca160e601e07f20418", | ||
"typeScriptVersion": "3.2" | ||
"dependencies": { | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "9b0430e794439d6442607b272323ce6180cedb5eed90ad554addea74a375aec0", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 09 Nov 2020 23:49:39 GMT | ||
* Dependencies: none | ||
* Last updated: Sun, 16 May 2021 14:01:19 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5765
103
1
+ Added@types/node@*
+ Added@types/node@22.10.2(transitive)
+ Addedundici-types@6.20.0(transitive)