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.3 to 1.1.4

3

dist/cjs/types/index.d.ts

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

}
export type Prettify<T> = {
[K in keyof T]: T[K];
} & {};
export type Context = {

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

4

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

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

},
"gitHead": "f5c544a8ded1c7dfb6ac8364759955e8f2ecfb0c"
"gitHead": "c2d1c5fdfd1029f78351fb04e06f1cfb29d55bb6"
}

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