
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
classname-concat
Advanced tools
Class name concatenation
Install the package locally within you project folder with your package manager:
With npm
:
npm install classname-concat
With yarn
:
yarn add classname-concat
With pnpm
:
pnpm add classname-concat
import cc from "classname-concat";
console.log(cc("foo", "bar")); // foo bar
console.log(cc("foo", { bar: false })); // foo
console.log(cc("foo", { bar: false }, { baz: true })); // foo baz
console.log(cc("foo", { bar: false, nested: { ping: true } })); // foo ping
console.log(cc("foo", { bar: () => true, baz: { ping: true } })); // foo bar ping
console.log(cc(["foo", () => "hello"])); // foo hello
console.log(cc(null, "hello", undefined, "friend")); // hello friend
For all configuration options, please see the API docs.
Got an idea for a new feature? Found a bug? Contributions are welcome! Please open up an issue or make a pull request.
FAQs
Class name concatenation
The npm package classname-concat receives a total of 2 weekly downloads. As such, classname-concat popularity was classified as not popular.
We found that classname-concat 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 uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.