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 1.3.1 to 1.3.2

5

ora/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for ora 1.3

// BendingBender <https://github.com/BendingBender>
// Aleh Zasypkin <https://github.com/azasypkin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -122,4 +123,2 @@

color: Color;
promise(action: PromiseLike<any>, options?: Options | string): Ora;
}

@@ -131,2 +130,4 @@

new (options?: Options | string): Ora;
promise(action: PromiseLike<any>, options?: Options | string): Ora;
}

@@ -133,0 +134,0 @@

18

ora/package.json
{
"name": "@types/ora",
"version": "1.3.1",
"version": "1.3.2",
"description": "TypeScript definitions for ora",

@@ -9,11 +9,19 @@ "license": "MIT",

"name": "Basarat Ali Syed",
"url": "https://github.com/basarat"
"url": "https://github.com/basarat",
"githubUsername": "basarat"
},
{
"name": "Christian Rackerseder",
"url": "https://github.com/screendriver"
"url": "https://github.com/screendriver",
"githubUsername": "screendriver"
},
{
"name": "BendingBender",
"url": "https://github.com/BendingBender"
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
},
{
"name": "Aleh Zasypkin",
"url": "https://github.com/azasypkin",
"githubUsername": "azasypkin"
}

@@ -30,4 +38,4 @@ ],

},
"typesPublisherContentHash": "285798b02292465820ec1b599dd12f74011ad19d7de56a645ea0115c47f4fd82",
"typesPublisherContentHash": "3761569dafbabf2e8b98ea6553fe2bb8113e0e5f0dea46b811f96350d4259610",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT
* Last updated: Mon, 26 Feb 2018 22:52:03 GMT
* Dependencies: node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Basarat Ali Syed <https://github.com/basarat>, Christian Rackerseder <https://github.com/screendriver>, BendingBender <https://github.com/BendingBender>.
These definitions were written by Basarat Ali Syed <https://github.com/basarat>, Christian Rackerseder <https://github.com/screendriver>, BendingBender <https://github.com/BendingBender>, Aleh Zasypkin <https://github.com/azasypkin>.
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