
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.
liquidsoap-prettier
Advanced tools
This package provides a Prettier plugin for liquidsoap code
as well as a liquidsoap-prettier
binary for formatting liquidsoap scripts.
liquidsoap-prettier
The liquidsoap-prettier
command-line utility should be installed with this
package and should be available following the usual node package binary
conventions.
It works as follows:
$ liquidsoap-prettier [-w|--write] path/to/file.liq "path/with/glob/pattern/**/*.liq"
You can also simply check the script without formatting it:
$ liquidsoap-prettier [-c|--check] path/to/file.liq "path/with/glob/pattern/**/*.liq"
The program returns with exit code 0
when the script is already pretty-printed and 2
otherwise.
The package also provides a prettier plugin which can be used to add liquidsoap script parsing to
your project. To enable, you need a local package.json
.
First, install the required packages:
npm install -D prettier liquidsoap-prettier
Then add the plugin to your Prettier config:
// .prettierrc
{
"plugins": ["liquidsoap-prettier"]
}
The code is built using the prettier
API and a JSON parser exported via js_of_ocaml
from
the liquidsoap code.
The JSON parser builtin from liquidsoap code is not commited to this repository. You can download
it using the dev:prepare
npm script. For instance:
npm run dev:prepare
If you are working on some changes on the liquidsoap language and want to update the parser file, you need
to install a pinned version of your changes from the liquidsoap code repository using opam
and then run
dune build
inside this repository. This should rebuild the parser file using your latest changes.
FAQs
Liquidsoap language prettier CLI and plugin
We found that liquidsoap-prettier demonstrated a healthy version release cadence and project activity because the last version was released less than 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.