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/jquery-toast-plugin
Advanced tools
TypeScript definitions for jquery-toast-plugin
npm install --save @types/jquery-toast-plugin
This package contains type definitions for jquery-toast-plugin (https://github.com/kamranahmedse/jquery-toast-plugin).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery-toast-plugin.
/// <reference types="jquery"/>
interface JQueryStatic {
toast(options: string | readonly string[] | toastOptions): void;
}
interface toastOptions {
text: string | readonly string[];
heading?: string | undefined;
showHideTransition?: "fade" | "slide" | "plain" | undefined;
allowToastClose?: boolean | undefined;
hideAfter?: number | false | undefined;
loader?: boolean | undefined;
loaderBg?: string | undefined;
stack?: number | false | undefined;
position?:
| "bottom-left"
| "bottom-right"
| "bottom-center"
| "top-right"
| "top-left"
| "top-center"
| "mid-center"
| CustomPosition
| undefined;
bgColor?: string | undefined;
textColor?: string | undefined;
textAlign?: "left" | "right" | "center" | undefined;
icon?: "info" | "warning" | "error" | "success" | undefined;
beforeShow?: (() => any) | undefined;
afterShown?: (() => any) | undefined;
beforeHide?: (() => any) | undefined;
afterHidden?: (() => any) | undefined;
}
interface CustomPosition {
left: number | "auto";
right: number | "auto";
top: number | "auto";
bottom: number | "auto";
}
These definitions were written by Viqas Hussain, and Andrew Stegmaier.
FAQs
TypeScript definitions for jquery-toast-plugin
The npm package @types/jquery-toast-plugin receives a total of 625 weekly downloads. As such, @types/jquery-toast-plugin popularity was classified as not popular.
We found that @types/jquery-toast-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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.