Socket
Socket
Sign inDemoInstall

ora

Package Overview
Dependencies
19
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.2.0

index.d.ts

5

index.js

@@ -197,6 +197,9 @@ 'use strict';

module.exports = function (opts) {
const oraFactory = function (opts) {
return new Ora(opts);
};
module.exports = oraFactory;
module.exports.default = oraFactory;
module.exports.promise = (action, options) => {

@@ -203,0 +206,0 @@ if (typeof action.then !== 'function') {

11

package.json
{
"name": "ora",
"version": "3.1.0",
"version": "3.2.0",
"description": "Elegant terminal spinner",

@@ -16,6 +16,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd-check"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -41,3 +42,3 @@ "keywords": [

"cli-cursor": "^2.1.0",
"cli-spinners": "^1.3.1",
"cli-spinners": "^2.0.0",
"log-symbols": "^2.2.0",

@@ -48,6 +49,8 @@ "strip-ansi": "^5.0.0",

"devDependencies": {
"@types/node": "^11.10.4",
"ava": "^1.2.1",
"get-stream": "^4.1.0",
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc