
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@types/statuses
Advanced tools
npm install --save @types/statuses
This package contains type definitions for statuses (https://github.com/jshttp/statuses).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/statuses.
type NumericAscii = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "0";
type NonNumericAscii<S> = S extends `${NumericAscii}` ? never : any;
type IsNumericString<S extends string> = S extends `${number}` ? any : never;
type IsNonNumericString<S extends string> = S extends `${NonNumericAscii<S>}${infer _}` ? any : never;
export = status;
declare const status: status;
interface status {
(code: number): string;
<S extends string>(code: S): status.Result<S>;
codes: number[];
code: { [msg: string]: number | undefined };
empty: { [code: number]: boolean | undefined };
message: { [code: number]: string | undefined };
redirect: { [code: number]: boolean | undefined };
retry: { [code: number]: boolean | undefined };
}
declare namespace status {
type Result<S extends string> = S extends IsNumericString<S> ? string
: S extends IsNonNumericString<S> ? number
: string | number;
}
These definitions were written by Tanguy Krotoff, and BendingBender.
FAQs
TypeScript definitions for statuses
The npm package @types/statuses receives a total of 10,632,983 weekly downloads. As such, @types/statuses popularity was classified as popular.
We found that @types/statuses 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.