
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
sq_ansi is a package that will let you color your text and manipulate it's font easily and quickly while also looking good.
sq_ansi is a package that will let you color text and manipulat fonts in your console easily!
npm i ansi.js@latest
(suggestions or bugs can be reported to "sqmeone" on discord)
In your code you can either import example or read here to get started
const { example } = require("anci.js");
console.log(example.textColors()) // will log all text colors and how to get them
console.log(example.bgColors()) // will log all text background colors and how to get them
console.log(example.howToCombine()) // will log examples of how to combine multiple features together
// How to get text colors
const { colors } = require("sq_ansi") //import { colors } from "sq_ansi" if you use mjs
console.log(colors.red("Red text"))
console.log(colors.blue("Blue text"))
console.log(colors.green("Green text"))
console.log(colors.bg.red("Red highlight"))
console.log(colors.bg.blue("Blue highlight"))
console.log(colors.bg.green("Green highlight"))
// How to get fonts
const { fonts } = require("sq_ansi") //import { fonts } from "sq_ansi" if you use mjs
console.log(fonts.bold("Bolded text"))
console.log(fonts.underline("Bolded text"))
console.log(fonts.strike("Striked text"))
// How to combine them
const { colors, fonts } = require("sq_ansi") //import { colors, fonts } from "sq_ansi" if you use mjs
console.log(colors.red(fonts.bold("Bolded red text")))
console.log(fonts.underline(colors.red(colors.bg.magenta("Underlined red text with a magenta highlight"))))
FAQs
sq_ansi is a package that will let you color your text and manipulate it's font easily and quickly while also looking good.
The npm package sq_ansi receives a total of 0 weekly downloads. As such, sq_ansi popularity was classified as not popular.
We found that sq_ansi 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.