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.
embulk-parser-flexml
Advanced tools
Parser plugin for Embulk.
Flexible xml parser for embulk. read data using xpath and from attributes
flexml
.parser:
type: flexml
root: Team/Players/Player
schema:
- { name: name, type: string, attribute: name }
- { name: age, type: long, attribute: age }
- { name: about, type: string, xpath: About }
- { name: facebook, type: string, xpath: "SocialMedia[@type='facebook']", attribute: url }
- { name: twitter, type: string, xpath: "SocialMedia[@type='twitter']", attribute: url }
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Team>
<Players>
<Player name="Locatelli" age="23">
<About>
Manuel Locatelli Cavaliere OMRI (born 8 January 1998) is an Italian professional footballer who plays as a midfielder for Serie A club Juventus, on loan from Serie A club Sassuolo, and the Italy national team.
</About>
<SocialMedia type="facebook" url="https://www.facebook.com/locamanuel73"/>
<SocialMedia type="twitter" url="https://twitter.com/locamanuel73"/>
</Player>
</Players>
</Team>
FAQs
Unknown package
We found that embulk-parser-flexml 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
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.