
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.
lint-blame
Advanced tools
Blames your lint complaints to enable incremental adoption of new lint rules
Filters the output of your linter by blaming the lines it complains about. Allows you to gradually add stricter lint rules to new code only without updating your whole codebase at once.
Usage: <linter> | blame-lint [options]
Options:
--help Show help [boolean]
--members A list of { email, name } members that rules should apply for
[array]
--format, -f The complaint format to parse
[required] [choices: "tslint4", "tslint5", "tsconfig"]
--since A point in time before which rules do not apply [string]
-c, --config Path to JSON config file [default: "./lint-blame.json"]
-v, --version Show version number [boolean]
Will only output complaints about lines written after October 3rd 2017.
tslint -c tslint.strict.json -p . | lint-blame --format tslint5 --since 2017-10-03
lint-blame.jsonWill only output complaints about lines written by Jack Bauer and John Doe.
{
"members": [
{
"name": "Jack Bauer",
"email": "jack@bauer.com"
},
{
"name": "John Doe",
"email": "john@doe.com"
}
]
}
FAQs
Blames your lint complaints to enable incremental adoption of new lint rules
We found that lint-blame 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
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.