@inquirer/select
Advanced tools
Comparing version 0.0.29-alpha.0 to 0.1.0
{ | ||
"name": "@inquirer/select", | ||
"type": "module", | ||
"version": "0.0.29-alpha.0", | ||
"version": "0.1.0", | ||
"description": "Inquirer select/list prompt", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"typings": "./dist/cjs/types/index.d.mts", | ||
"files": [ | ||
"dist/" | ||
"dist/**/*" | ||
], | ||
"repository": "SBoudrias/Inquirer.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SBoudrias/Inquirer.js.git" | ||
}, | ||
"keywords": [ | ||
@@ -18,3 +20,2 @@ "answer", | ||
"cli", | ||
"cli", | ||
"command", | ||
@@ -53,13 +54,18 @@ "command-line", | ||
], | ||
"author": "Simon Boudrias", | ||
"author": "Simon Boudrias <admin@simonboudrias.com>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md", | ||
"dependencies": { | ||
"@inquirer/core": "^0.0.30-alpha.0", | ||
"@inquirer/core": "^1.0.0", | ||
"@inquirer/type": "^0.1.0", | ||
"ansi-escapes": "^6.0.0", | ||
"chalk": "^5.1.2", | ||
"chalk": "^5.2.0", | ||
"figures": "^5.0.0" | ||
}, | ||
"scripts": { | ||
"tsc": "tsc" | ||
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs", | ||
"clean": "rm -rf dist", | ||
"tsc:esm": "tsc -p ./tsconfig.esm.json", | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext", | ||
"fix-ext": "ts-node ../../tools/rename-ext.ts" | ||
}, | ||
@@ -69,3 +75,18 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f532af8be2d622caa5e54adf4c084d588c9ffad6" | ||
"engines": { | ||
"node": ">=14.18.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/types/index.d.mts", | ||
"default": "./dist/esm/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/types/index.d.mts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"gitHead": "bd58130dd8204945a31b062070b829003b8385fc" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
11354
7
133
0
5
1
No
+ Added@inquirer/type@^0.1.0
+ Added@inquirer/core@1.3.0(transitive)
+ Added@inquirer/type@0.1.01.5.5(transitive)
+ Addedansi-escapes@4.3.2(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfigures@3.2.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedmute-stream@1.0.0(transitive)
+ Addedrun-async@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtype-fest@0.21.3(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
- Removed@inquirer/core@0.0.30-alpha.0(transitive)
- Removed@inquirer/type@0.0.4-alpha.0(transitive)
- Removedansi-regex@6.1.0(transitive)
- Removedansi-styles@6.2.1(transitive)
- Removedeastasianwidth@0.2.0(transitive)
- Removedemoji-regex@9.2.2(transitive)
- Removedlodash@4.17.21(transitive)
- Removedmute-stream@0.0.8(transitive)
- Removedrun-async@2.4.1(transitive)
- Removedstring-width@5.1.2(transitive)
- Removedstrip-ansi@7.1.0(transitive)
- Removedwrap-ansi@8.1.0(transitive)
Updated@inquirer/core@^1.0.0
Updatedchalk@^5.2.0