
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.
Run SQL queries against ADT files in Node.js.
Supported SQL clauses (examples):
SELECT t1.Column1 AS col1 FROM table1 AS t1SELECT ROWINDEX AS rownumINNER JOIN table2 AS t2 ON t1.id = t2.idWHERE t1.x >= 'aaa' AND t1.x <= 'zzz'LIMIT 5OFFSET 10Restrictions:
[A-Za-z_][A-Za-z_0-9]*.SELECT clause must have aliases.WHERE clause only supports basic relative operators and AND.ROWINDEX, LIMIT and OFFSET may only be used in queries on a single table with no WHERE clause.For more examples of valid and invalid queries, consult the unit tests.
FAQs
Run simple SQL queries against ADT files in Node.js
The npm package sql2adt receives a total of 26 weekly downloads. As such, sql2adt popularity was classified as not popular.
We found that sql2adt 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.