Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
waterline-sqlite3
Advanced tools
A Waterline adapter for SQLite3. Waterline is the ORM layer used by Sails and Treeline.
$ npm install waterline-sqlite3 --save
config/connections.js
module.exports.connections = {
sqlitedb: {
/**
* Database instance type. Specify whether to store the database on disk
* or in memory.
*/
type: 'disk', // or 'memory'
/**
* Location of file if type='disk'
*/
filename: './tmp/db.sqlite',
/**
* Set to true to output SQL queries
*/
debug: false
}
}
MIT
FAQs
Waterline Adapter for SQLite3
The npm package waterline-sqlite3 receives a total of 26 weekly downloads. As such, waterline-sqlite3 popularity was classified as not popular.
We found that waterline-sqlite3 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.