Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
@knorm/knorm
Advanced tools
A purely ES6 class-based ORM for Node.js.
Knorm is a collection of classes that allow creating JavaScript ORMs to make it easier to work with relational databases.
Knorm can be used on any existing database without requiring any changes to the database layer. Also, knorm does not create or run any database migrations (creating or altering tables, columns, indexes etc).
You may also use it to create ORMs on the browser (e.g. for data validation).
async
gettersThese environments are currently supported:
Environment | Value | Description |
---|---|---|
Node.js | Version >= 7.6. | Knorm uses async/await |
Databases | PostgreSQL | via @knorm/postgres plugin |
Knorm is inspired by the Mongoose JS and Bookshelf.js APIs. It was previously a built as a wrapper around Knex.js, hence the kn-orm name i.e. knex-orm; but it now builds it's own SQL via SQL Bricks.js.
Thank you Ramsés Cabello for the logo.
FAQs
A JavaScript ORM written using ES6 classes
The npm package @knorm/knorm receives a total of 1,484 weekly downloads. As such, @knorm/knorm popularity was classified as popular.
We found that @knorm/knorm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.