
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.
Library to show log lines at the start of a program.
Direct port of qdm12's excellent GoSplash library.
For example, this
import {makeLines} from "nodesplash";
console.log(makeLines({
separator: '=',
user: 'codetheweb',
repository: 'nodesplash',
emails: ['hi@maxisom.me'],
version: 'v1.1.1',
commit: 'c892ef2',
buildDate: new Date('7/13/2021'),
paypalUser: 'codetheweb',
githubSponsor: 'codetheweb'
}).join('\n'));
will result in this:
========================================
========================================
============== nodesplash ==============
========================================
=========== Made with ❤️ by ============
==== https://github.com/codetheweb =====
========================================
========================================
Running version v1.1.1 built on 7/13/2021 (commit c892ef2)
🔧 Need help? https://github.com/codetheweb/nodesplash/discussions/new
🐛 Bug? https://github.com/codetheweb/nodesplash/issues/new
✨ New feature? https://github.com/codetheweb/nodesplash/issues/new
☕ Discussion? https://github.com/codetheweb/nodesplash/discussions/new
💻 Email? hi@maxisom.me
💰 Help me? https://www.paypal.me/codetheweb https://github.com/sponsors/codetheweb
yarn add nodesplash or npm i nodesplash -s. Then:
const {makeLines} = require('nodesplash') for JavaScript orimport {makeLines} from 'nodesplash' for TypeScript.All settings:
interface Settings {
// Formatting settings
lineLength?: number; // defaults to 40
separator?: string; // defaults to '='
madeByPrefix?: string; // defaults to 'Made with ❤️ by '
// Project information
rootURL?: string; // defaults to https://github.com
user?: string;
repository?: string;
authors?: string[]; // defaults to `${rootURL}/${user}`
emails?: string[];
// Program information
version?: string; // defaults to 'unknown'
commit?: string; // defaults to 'unknown'
buildDate?: Date; // defaults to 'unknown date'
announcement?: string;
announceExp?: Date; // don't include to disable expiration
// Sponsor information
paypalUser?: string;
githubSponsor?: string;
}
FAQs
🌊 port of qdm12/gosplash to TypeScript
The npm package nodesplash receives a total of 81 weekly downloads. As such, nodesplash popularity was classified as not popular.
We found that nodesplash 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.