
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
🎨 colourful sprintf
Made with ❤ at @outlandish
sprintf('I do not like %s(green) and ham.', 'green eggs')
sprintf('I do not like them, %s(yellow.bold.underline).', 'Sam-I-am')
🍪 Give some colour to your sprintf strings with chalk.
✨ Written for ES2015 environments.
👉 Use your preferred bundler and transpiler as required.
npm install --save carbonate
yarn add carbonate
// ES2015
import sprintf from 'carbonate'
// CommonJS
var sprintf = require('carbonate')
sprintf(str[, ...values]) : String
Format a string with values.
Returns a string.
Examples:
// simple colour
sprintf('I do not like %s(green) and ham.', 'green eggs')
// use chalk's chaining for bold, etc.
sprintf('I do not like them, %s(yellow.bold.underline).', 'Sam-I-am')
sprintf.log(str[, ...values])
Format and console.log a string.
All specifiers in sprintf.js
are available.
All pull requests and issues welcome!
If you're not sure how, check out the great video tutorials on egghead.io!
MIT © Sam Gluck
FAQs
colourful sprintf
The npm package carbonate receives a total of 2 weekly downloads. As such, carbonate popularity was classified as not popular.
We found that carbonate 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.