New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/ink-text-input

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ink-text-input - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

ink-text-input/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for ink-text-input 2.0

import { Component } from 'ink';
import { Component } from "ink";

@@ -18,4 +18,4 @@ interface TextInputProps {

declare class TextInput extends Component<TextInputProps> { }
declare class TextInput extends Component<TextInputProps> {}
export = TextInput;
{
"name": "@types/ink-text-input",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for ink-text-input",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ink-text-input",

},
"typesPublisherContentHash": "d17c337e528b9b644f009bddc567ef894a0ea3ca070479d676cdbac767a9f43f",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "7aa2aced6adfec2dced5c1b2f8d5903efd07068d48b096b1f309a920d4da2219",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import { Component } from 'ink';
import { Component } from "ink";

@@ -28,3 +28,3 @@ interface TextInputProps {

declare class TextInput extends Component<TextInputProps> { }
declare class TextInput extends Component<TextInputProps> {}

@@ -36,3 +36,3 @@ export = TextInput;

### Additional Details
* Last updated: Thu, 08 Jul 2021 14:23:14 GMT
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT
* Dependencies: [@types/ink](https://npmjs.com/package/@types/ink)

@@ -39,0 +39,0 @@ * Global values: none

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