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

@poppinss/cliui

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/cliui - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

0

build/api.d.ts

@@ -0,0 +0,0 @@ import { Table } from './src/Table';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Colors as BaseColors } from '@poppinss/colors/build/src/Base';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Logger } from '../Logger';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const icons: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { InstructionsOptions, RendererContract } from '../Contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Logger } from '../index';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Action } from './Action';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Logger } from '../index';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RendererContract } from '../Contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RendererContract } from '../Contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { getBest } from '../Colors';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TaskContract, UpdateListener } from '../Contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TaskManagerOptions, TaskCallback, RendererContract } from '../Contracts';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Logger } from '../../Logger';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Logger } from '../../Logger';

@@ -0,0 +0,0 @@ "use strict";

37

package.json
{
"name": "@poppinss/cliui",
"version": "3.0.2",
"version": "3.0.3",
"description": "Highly opinionated command line UI KIT",

@@ -16,4 +16,4 @@ "main": "build/index.js",

"pretest": "npm run lint",
"test": "node .bin/test.js",
"clean": "del build",
"test": "node -r @adonisjs/require-ts/build/register ./bin/test.ts",
"clean": "del-cli build",
"compile": "npm run lint && npm run clean && tsc",

@@ -38,19 +38,22 @@ "build": "npm run compile",

"@adonisjs/mrm-preset": "^5.0.3",
"@adonisjs/require-ts": "^2.0.11",
"@types/node": "^17.0.23",
"commitizen": "^4.2.4",
"@adonisjs/require-ts": "^2.0.13",
"@japa/assert": "^1.3.6",
"@japa/run-failed-tests": "^1.1.0",
"@japa/runner": "^2.2.1",
"@japa/spec-reporter": "^1.3.1",
"@types/node": "^18.8.1",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^4.0.1",
"doctoc": "^2.0.1",
"eslint": "^8.12.0",
"del-cli": "^5.0.0",
"doctoc": "^2.2.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-prettier": "^4.2.1",
"github-label-sync": "^2.2.0",
"husky": "^7.0.1",
"japa": "^4.0.0",
"mrm": "^4.0.0",
"np": "^7.6.1",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
"mrm": "^4.1.6",
"np": "^7.6.2",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},

@@ -77,3 +80,3 @@ "nyc": {

"cli-boxes": "^3.0.0",
"cli-table3": "^0.6.1",
"cli-table3": "^0.6.3",
"color-support": "^1.1.3",

@@ -80,0 +83,0 @@ "log-update": "^4.0.0",

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