
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@types/jquery.growl
Advanced tools
TypeScript definitions for jquery.growl
npm install --save @types/jquery.growl
This package contains type definitions for jquery.growl (https://github.com/ksylvest/jquery-growl#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.growl.
/// <reference types="jquery" />
declare namespace growl {
interface Options {
// Message
message: string;
// Title
title?: string | undefined;
// URL
url?: string | undefined;
// while hovering over the alert, prevent it from being dismissed (true | false - default: true)
delayOnHover?: boolean | undefined;
// the duration (in milliseconds) for which the alert is displayed (default: 3200)
duration?: number | undefined;
// whether the alert should be fixed rather than auto- dismissed(true | false - default: false)
fixed?: boolean | undefined;
// the alert's position ('tl' | 'tr' | 'bl' | 'br' | 'tc' | 'bc' - default: 'tr')
location?: string | undefined;
// the alert's size ('small' | 'medium' | 'large' - default: 'medium')
size?: string | undefined;
// the alert's style ('default' | 'error' | 'notice' | 'warning' - default: 'default')
style?: string | undefined;
}
}
interface growl {
(options: growl.Options): void;
error(options: growl.Options): void;
notice(options: growl.Options): void;
warning(options: growl.Options): void;
}
interface JQueryStatic {
growl: growl;
}
These definitions were written by Amir.h Yeganemehr.
FAQs
TypeScript definitions for jquery.growl
The npm package @types/jquery.growl receives a total of 31,878 weekly downloads. As such, @types/jquery.growl popularity was classified as popular.
We found that @types/jquery.growl 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.