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

@types/wait-on

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/wait-on - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

8

wait-on/index.d.ts

@@ -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 @@

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