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.
github.com/djthorpe/sqlite
This module provides an interface for sqlite, including:
Presently the module is in development and the API is subject to change.
If you want to... | Folder | Documentation |
---|---|---|
Use the lower-level sqlite3 bindings similar to the C API | sys/sqlite3 | README.md |
Use high-concurrency high-level interface including statement caching and connection pool | pkg/sqlite3 | README.md |
Implement or use a REST API to sqlite3 | plugin/sqlite3 | README.md |
Develop or use a front-end web service to the REST API backend | npm/sqlite3 | README.md |
Use an "object" interface to persist structured data | pkg/sqobj | README.md |
Use a statement builder to programmatically write SQL statements | pkg/lang | README.md |
Implement a generalized data importer from CSV, JSON, Excel, etc | pkg/importer | README.md |
Implement a search indexer | pkg/indexer | README.md |
Tokenize SQL statements for syntax colouring (for example) | pkg/tokenizer | README.md |
See example command-line tools | cmd | README.md |
There are some examples in the cmd
folder of the main repository on how to use
the package. The various make targets are:
make all
will perform tests, build all examples, the backend API and the frontend web application;make test
will perform tests;make cmd
will build example command-line tools into the build
folder;make server plugins
will install the backend server and required plugins in the build
folder;make npm
will compile the frontend web application in a 'dist' folder for each npm module located in the npm
folder;make clean
will remove all build artifacts.This module is currently in development and subject to change.
Please do file feature requests and bugs here. The license is Apache 2 so feel free to redistribute. Redistributions in either source code or binary form must reproduce the copyright notice, and please link back to this repository for more information:
Copyright (c) 2021, David Thorpe, All rights reserved.
FAQs
Unknown package
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.