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

@inquirer/type

Package Overview
Dependencies
Maintainers
3
Versions
31
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 1.1.6 to 1.2.0

3

dist/cjs/types/index.d.ts

@@ -8,2 +8,5 @@ /// <reference types="node" />

} & {};
export type PartialDeep<T> = T extends object ? {
[P in keyof T]?: PartialDeep<T[P]>;
} : T;
export type Context = {

@@ -10,0 +13,0 @@ input?: NodeJS.ReadableStream;

6

package.json
{
"name": "@inquirer/type",
"version": "1.1.6",
"version": "1.2.0",
"description": "Inquirer core TS types",

@@ -63,3 +63,3 @@ "main": "./dist/cjs/index.js",

"engines": {
"node": ">=14.18.0"
"node": ">=18"
},

@@ -78,3 +78,3 @@ "exports": {

},
"gitHead": "6c0d1d23e6881a10bc3d718d079a0a09ba382dd5"
"gitHead": "44016a40bc9e93455dfdb9fa6c25c27c1c109bd3"
}

Sorry, the diff of this file is not supported yet

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