Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@inquirer/type

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/type - npm Package Compare versions

Comparing version
4.0.2
to
4.0.3
+16
-16
package.json
{
"name": "@inquirer/type",
"version": "4.0.2",
"version": "4.0.3",
"description": "Inquirer core TS types",

@@ -39,9 +39,11 @@ "keywords": [

"tty",
"types",
"typescript",
"ui",
"yeoman",
"yo",
"zsh",
"types",
"typescript"
"zsh"
],
"license": "MIT",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"repository": {

@@ -51,16 +53,17 @@ "type": "git",

},
"license": "MIT",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -83,8 +86,5 @@ "tsc": "tsc"

},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"gitHead": "9c724296daad3d740b09173f9aae035dc62cb106"
"gitHead": "99d00a9adc53be8b7edf5926b2ec4ba0b792f68f"
}