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

@inquirer/checkbox

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/checkbox - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

15

package.json
{
"name": "@inquirer/checkbox",
"version": "1.2.7",
"version": "1.2.8",
"engines": {

@@ -60,4 +60,4 @@ "node": ">=14.18.0"

"dependencies": {
"@inquirer/core": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"ansi-escapes": "^4.3.2",

@@ -67,8 +67,11 @@ "chalk": "^4.1.2",

},
"devDependencies": {
"@inquirer/testing": "^1.0.6"
},
"scripts": {
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs",
"clean": "rm -rf dist",
"tsc:esm": "tsc -p ./tsconfig.esm.json",
"tsc:esm": "tsc -p ./tsconfig.json",
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext",
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/rename-ext.mts"
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/fix-ext.mts"
},

@@ -90,3 +93,3 @@ "publishConfig": {

},
"gitHead": "4ade5f25d271c6f814efc7a21bdeb1a4d1ee6cf8"
"gitHead": "235c18f13650735b201a8853b28eda001f953d0f"
}
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