Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@types/ink-text-input
Advanced tools
npm install --save @types/ink-text-input
This package contains type definitions for ink-text-input (https://github.com/vadimdemedes/ink-text-input#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ink-text-input.
// Type definitions for ink-text-input 2.0
// Project: https://github.com/vadimdemedes/ink-text-input#readme
// Definitions by: Łukasz Ostrowski <https://github.com/lukostry>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import { Component } from "ink";
interface TextInputProps {
focus?: boolean | undefined;
onChange?: ((value: string) => void) | undefined;
onSubmit?: ((value: string) => void) | undefined;
placeholder?: string | undefined;
value?: string | undefined;
}
declare class TextInput extends Component<TextInputProps> {}
export = TextInput;
These definitions were written by Łukasz Ostrowski.
FAQs
TypeScript definitions for ink-text-input
The npm package @types/ink-text-input receives a total of 143 weekly downloads. As such, @types/ink-text-input popularity was classified as not popular.
We found that @types/ink-text-input demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.