
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Package uses Angular Signals (Angular 16+).
IDictionary
IntersectionType
Modify
IMapper
Nullable
PartialOmit
Primitive
Optional
ValuesType
isDateValid(date?: Date): boolean;
dateStringToDate(date: string | Date): Date;
isEqual<T>(f: T, s: T): boolean;
areArraysEqual<T>(f: T[], s: T[]): boolean;
areObjectsEqual<T>(f: T, s: T): boolean;
isNumber<T>(value: T | number | unknown | undefined): value is number;
initToday(): Date;
isToday(date: Date): boolean;
removeFieldFromObject<T extends object, K extends string>(obj: T, key: K): Omit<T, K>;
safeCompare<T>(a: T, b: T, comparator: ComparatorType<T>): number;
safeStrCompare(a: string, b: string): number;
safeNumCompare(a: number, b: number): number;
safeComparatorPipe(...comparators: Array<() => number>): number;
sortByAlphabet: <T extends object>(a: T, b: T, field: keyof T) => number;
sortByDate: (a: { [field: string]: any }, b: { [field: string]: any }, field: string) => number
stringifyHttpLikeParams<T extends {}>(params: T): { [param: string]: string | string[] }
transformArrayInput<T>(array: unknown): T[]
FAQs
Package uses Angular Signals (Angular 16+).
We found that rt-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.