
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@types/convert-layout
Advanced tools
TypeScript definitions for convert-layout
npm install --save @types/convert-layout
This package contains type definitions for convert-layout (https://github.com/ai/convert-layout#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/convert-layout.
declare var layouts: { [id: string]: layout };
declare var lang_layout: layout;
declare const convert_layout: {
by: layout;
de: layout;
es: layout;
he: layout;
kk: layout;
ru: layout;
uk: layout;
};
declare module "convert-layout" {
export = convert_layout;
}
declare module "convert-layout/by" {
export = lang_layout;
}
declare module "convert-layout/de" {
export = lang_layout;
}
declare module "convert-layout/es" {
export = lang_layout;
}
declare module "convert-layout/he" {
export = lang_layout;
}
declare module "convert-layout/kk" {
export = lang_layout;
}
declare module "convert-layout/ru" {
export = lang_layout;
}
declare module "convert-layout/uk" {
export = lang_layout;
}
interface layout {
toEn(s: string): string;
fromEn(s: string): string;
}
These definitions were written by Mikhail Aksenov.
FAQs
TypeScript definitions for convert-layout
We found that @types/convert-layout 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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.