
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
JavaScript implementation of the reader of ESM tachograph files from https://sourceforge.net/p/readesm/code/HEAD/tree/
JavaScript implementation of the reader of ESM tachograph files from https://sourceforge.net/p/readesm/code/HEAD/tree/
Works under Node (https://nodejs.org/) and in browsers.
Working JavaScript FILE is commmited in htmlpage/js/main.EsmDownloader.bundle.js
To build a new version from TypeScript source code
python generator/generate.py
npm install
npm run build
npm run test
To publish
npm build:lib # (optional)
npm publish
The command below will read and produces .html and .json
npm run cli -- convert data/Input.ddd
The example below downloads DDD file, convert into JSON on the fly and saves into user downloads. See full example in htmlpage/download.html
<script src="js/main.EsmDownloader.bundle.js"></script>
<a href="javascript:EsmDownloader.downloadEsmAsJson('files/Input.ddd');">Input.ddd JSON</a>
<a href="javascript:EsmDownloader.downloadEsmAsHtml('files/Input.ddd');">Input.ddd HTML</a>
FAQs
JavaScript implementation of the reader of ESM tachograph files from https://sourceforge.net/p/readesm/code/HEAD/tree/
The npm package readesm receives a total of 2 weekly downloads. As such, readesm popularity was classified as not popular.
We found that readesm 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.