@types/ora
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for ora 3.0 | ||
// Type definitions for ora 3.1 | ||
// Project: https://github.com/sindresorhus/ora | ||
@@ -49,2 +49,12 @@ // Definitions by: Basarat Ali Syed <https://github.com/basarat> | ||
/** | ||
* Change the spinner. | ||
*/ | ||
spinner: SpinnerName | Spinner; | ||
/** | ||
* Change the spinner indent. | ||
*/ | ||
indent: number; | ||
/** | ||
* Start the spinner. | ||
@@ -154,2 +164,7 @@ * | ||
/** | ||
* Indent the spinner with the given number of spaces. | ||
* @default 0 | ||
*/ | ||
indent?: number; | ||
/** | ||
* Interval between each frame. | ||
@@ -156,0 +171,0 @@ * |
{ | ||
"name": "@types/ora", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "TypeScript definitions for ora", | ||
@@ -32,3 +32,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/ora" | ||
}, | ||
@@ -39,4 +40,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "32c862f5b4292af78ec67d876bfde1c6249824361e94f12f73821b025fc646cc", | ||
"typesPublisherContentHash": "10b439633dbe168d3cadb9105ee504777295121e8faf5fd758ceb37b838b2ba0", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for ora (https://github.com/sindresorhus/ora). | ||
This package contains type definitions for ora ( https://github.com/sindresorhus/ora ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 25 Dec 2018 05:01:30 GMT | ||
* Last updated: Tue, 26 Feb 2019 21:12:49 GMT | ||
* Dependencies: @types/node | ||
@@ -15,0 +15,0 @@ * Global values: none |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10534
266
0