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.
@atpro/pg-orm
Advanced tools
The new orm for node js and postgres database.
npm i @atpro/pg-orm
const orm = require('@atpro/pg-orm');
OPTIONAL OPTIONS:
Options | Description |
---|---|
create | add new rows to the table |
destroy | delete one rows in the table |
count | count the number of rows in the table |
findAll | get all rows in the table |
findBy | get rows in the table by a specific column |
findByLimit | find all rows in the table with limit count specified |
find | find one rows with id |
connect | find one rows in the table with limit count specified |
update | Update one row in the table |
Mostly a handful of volunteers, funded by you! Please check out our [team page]!
FAQs
orm for PostgresSQL database for node js
We found that @atpro/pg-orm 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.