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

@types/ora

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ora - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

17

ora/index.d.ts

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

7

ora/package.json
{
"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

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