Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@knorm/knorm
Advanced tools
A JavaScript ORM written using ES6 classes.
Knorm is a collection of classes that allow creating JavaScript ORM's 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. It does not (yet) create or run any database migrations (creating or altering tables, columns, indexes etc), nor does it generate models from existing database schema (yet). For creating and running migrations, consider a library such as Knex.js.
It can also be used on the browser to create models that do not interact with the database, perhaps for data validation. Please note that it's not secure to generate queries on the browser and send them for processing to a backend server.
async
gettersThese environments are currently supported:
Environment | Value | Description |
---|---|---|
Node.js | Version >= 8 | Knorm uses async/await |
Databases | PostgreSQL | via the @knorm/postgres plugin |
FAQs
A JavaScript ORM written using ES6 classes
The npm package @knorm/knorm receives a total of 179 weekly downloads. As such, @knorm/knorm popularity was classified as not 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.