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

@types/listr

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/listr - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

13

listr/index.d.ts

@@ -28,2 +28,3 @@ // Type definitions for listr 0.14

type: string;
data?: string | boolean;
}

@@ -46,8 +47,8 @@

check: (ctx: Ctx) => void;
hasSubtasks: boolean;
isPending: boolean;
isSkipped: boolean;
isCompleted: boolean;
isEnabled: boolean;
hasFailed: boolean;
hasSubtasks(): boolean;
isPending(): boolean;
isSkipped(): boolean;
isCompleted(): boolean;
isEnabled(): boolean;
hasFailed(): boolean;
run: (ctx: Ctx, wrapper: ListrTaskWrapper<Ctx>) => Promise<void>;

@@ -54,0 +55,0 @@ }

{
"name": "@types/listr",
"version": "0.14.1",
"version": "0.14.2",
"description": "TypeScript definitions for listr",

@@ -35,4 +35,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "a144069e99394740fdf4d69e4ac66fae7663701a444bd6c965d30bd790b9ff20",
"typesPublisherContentHash": "c9f3a3abeb6f77d14ea7ae34e89dfce2b1e7e9eeee755bc17c2704ed601baf20",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 19 Jul 2019 17:51:31 GMT
* Last updated: Tue, 30 Jul 2019 22:22:38 GMT
* Dependencies: @types/rxjs, @types/node

@@ -14,0 +14,0 @@ * Global values: none

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