
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@types/clockpicker
Advanced tools
TypeScript definitions for clockpicker
npm install --save @types/clockpicker
This package contains type definitions for clockpicker (https://github.com/weareoutman/clockpicker).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clockpicker.
/// <reference types="jquery" />
interface ClockPickerOptions {
default?: string | undefined;
placement?: string | undefined;
align?: string | undefined;
donetext?: string | undefined;
autoclose?: boolean | undefined;
twelvehour?: boolean | undefined;
vibrate?: boolean | undefined;
fromnow?: number | undefined;
init?: (() => void) | undefined;
beforeShow?: (() => void) | undefined;
afterShow?: (() => void) | undefined;
beforeHide?: (() => void) | undefined;
afterHide?: (() => void) | undefined;
beforeHourSelect?: (() => void) | undefined;
afterHourSelect?: (() => void) | undefined;
beforeDone?: (() => void) | undefined;
afterDone?: (() => void) | undefined;
}
interface ClockPicker {
(options?: ClockPickerOptions): JQuery;
(methodName: string, ...params: any[]): JQuery;
}
interface JQuery {
clockpicker: ClockPicker;
}
These definitions were written by jfcere.
FAQs
TypeScript definitions for clockpicker
The npm package @types/clockpicker receives a total of 511 weekly downloads. As such, @types/clockpicker popularity was classified as not popular.
We found that @types/clockpicker 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.