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.
@sapling/db-driver-mongodb
Advanced tools
This package allows using the MongoDB database engine with Sapling.
This package can be installed via the Sapling CLI via the project creation questionnaire;
sapling create
Or added to an existing project by re-running the questionnaire;
sapling edit
Alternatively, if you prefer to install it manually, you can install it via npm;
npm install --save @sapling/db-driver-mongodb
Then, modify your config.json
to select the MongoDB driver;
{
"db": {
"driver": "MongoDB"
}
}
Once installed, Sapling will use MongoDB running on localhost
on port 27017
to persist all data.
You can provide alternative host and port via config if you prefer;
{
"db": {
"driver": "MongoDB",
"host": "example.com",
"port": 27018
}
}
Bug reports, feature requests and support queries can be filed as issues on GitHub. Please use the templates provided and fill in all the requested details.
Detailed changes for each release are documented in the release notes.
FAQs
MongoDB driver for Sapling
We found that @sapling/db-driver-mongodb 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
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.