
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.
Minimalist Object Markup Language.
$ npm install moml
MOML is kind of YAML in disguise.
It uses the outstanding and mature js-yaml YAML 1.2 parser and serializer under the hood.
MOML only adds a couple of neat transformations, so the markup itself can be more visually appealing.
The MOML parser produces JSON output.
They are case-insensitve and always lower case: author, Author and AUTHOR all result in author.
Pick your own visual style.
Author: Sam Text
=>
{
"author": "Sam Text"
}
Just suffix the respective keys with square brackets. That's all.
Tags[]: explosive, story
=>
{
"tags": [
"explosive",
"story"
]
}
Simply continue on the next line with the same indentation.
To prevent a newline (\n) supply a trailing underscore.
Remarks: This is a multiline remark.
You only have to youse the same indentation _
on subsequent lines.
This improves readybility a lot!
=>
{
"remarks": "This is a multiline remark.\nYou only have to youse the same indentation on subsequent lines.\nThis improves readybility a lot!"
}
Remarks[]: This is a multiline remark.
You only have to youse the same indentation _
on subsequent lines.
This improves readybility a lot!
=>
{
"remarks": [
"This is a multiline remark.",
"You only have to youse the same indentation on subsequent lines.",
"This improves readybility a lot!"
]
}
Title: My First Day with MOML
Author: Sam Text
Date: 12/06/2016
Tags[]: explosive, story
Remarks: This is a multiline remark.
You only have to youse the same indentation _
on subsequent lines.
This improves readybility a lot!
=>
{
"title": "My First Day with MOML",
"author": "Sam Text",
"tags": [
"explosive",
"story"
],
"remarks": "This is a multiline remark.\nYou only have to youse the same indentation on subsequent lines.\nThis improves readybility a lot!"
}
ISC
FAQs
Minimalist Object Markup Language.
We found that moml 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.