Socket
Socket
Sign inDemoInstall

@poppinss/prompts

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/prompts - npm Package Compare versions

Comparing version 3.1.0-2 to 3.1.0-3

3

build/src/exceptions/prompt_cancelled_exception.js
import { Exception } from '@poppinss/utils';
export class PromptCancelledException extends Exception {
class PromptCancelledException extends Exception {
static message = 'Prompt cancelled';

@@ -7,1 +7,2 @@ static status = 500;

}
export { PromptCancelledException };
{
"name": "@poppinss/prompts",
"version": "3.1.0-2",
"version": "3.1.0-3",
"description": "Wrapper over enquirer with better support for testing",

@@ -37,3 +37,3 @@ "main": "build/index.js",

"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.3.0",

@@ -45,4 +45,4 @@ "@japa/assert": "^1.3.6",

"@japa/spec-reporter": "^1.3.2",
"@swc/core": "^1.3.24",
"@types/node": "^18.11.18",
"@swc/core": "^1.3.42",
"@types/node": "^18.15.8",
"c8": "^7.12.0",

@@ -52,3 +52,3 @@ "del-cli": "^5.0.0",

"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-adonis": "^3.0.3",

@@ -58,10 +58,10 @@ "eslint-plugin-prettier": "^4.0.0",

"husky": "^8.0.2",
"np": "^7.6.3",
"prettier": "^2.8.1",
"np": "^7.6.4",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"dependencies": {
"@poppinss/colors": "^4.1.0-0",
"@poppinss/utils": "^6.3.0-0",
"@poppinss/utils": "^6.5.0-2",
"enquirer": "^2.3.6"

@@ -68,0 +68,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