Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@11ty/create
Advanced tools
A little command line utility to create files in a cross-platform way.
@11ty/create
A tiny command line utility to create files in a cross-platform way. Requires Node 18 or newer.
In the quick start for Eleventy, there are different commands folks need to use based on their operating system and terminal application.
# POSIX and PowerShell Core (Windows)
echo '# Header' > index.md
# Command Prompt (Windows cmd.exe, no quotes allowed)
echo # Header > index.md
# Windows PowerShell (`>` defaults to UTF16)
echo '# Header' | out-file -encoding utf8 'index.md'
Now we can tell folks to use this everywhere and we’ll always have a UTF8 encoded file at the end:
npx @11ty/create index.md '# Heading'
npx @11ty/create nested/index.md '# Heading'
Installation happens on-the-fly via npx
and we needn’t put this in a package.json.
FAQs
A little command line utility to create files in a cross-platform way.
The npm package @11ty/create receives a total of 17 weekly downloads. As such, @11ty/create popularity was classified as not popular.
We found that @11ty/create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.