
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
somehow-script
Advanced tools
this is a work-in-progress markup format for creating metadata in text.
It is inspired by a good number of similar projects:
[ ] chars= and :npm i somehow-script
const smh = require('./src')
let text = `in the town where I was born
there lived a man, who sailed the seas.
the simplest tag is a word that begins with a period:
.film
square-brackets allow adding key-value data to the tag
.film[name: Interview with a Vampire]
somehow-script automatically parses dates+times
.film[release=July 1992]
can add multiple properties at once
.film[release=July 1992, budget=12m]
automatically parses lists
.film[actors=Brad Pitt, Tom Cruise]
`
console.log(smh(text))
/*
{
data: [
{ name: 'film', props: {}, text: '.film', offset: 124, len: 5 },
{
name: 'film',
props: { name: 'Interview with a Vampire' },
text: '.film[name: Interview with a Vampire]',
offset: 186,
len: 37
},
...
]
}
*/
// remove all annotations
console.log(smh.strip(text))
// wrap annotations in generic span tags
console.log(smh.html(text))
MIT
FAQs
somehow-script demo <a href="https:
We found that somehow-script 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.