
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
react-native-sqlite-cli
Advanced tools
CLI To Quickly Create React-Native Projects With SQLite
Right now this only supports Android. I'll try to support IOS in a later release, but I don't have a Macbook to develop on.
This is a project I created because I was annoyed at the work to create a React Native project with SQLite functionality enabled. If you want to help out, submit fixes, etc, feel free.
When the project is created, npm will use either default values or values you have set via the npm config set <key> <value> command. You
may wish to customize your name, email, and license before using this tool:
yarn config set init-author-name "John Smith"
yarn config set init-author-email "smithjohn999@gmail.com"
yarn config set init-license "MIT"
Once you are ready to initialize a new project, you will need to create your project directory and initialize your project from there:
mkdir myproject
cd myproject
rnss-cli init
At this point, you will be asked several questions to configure the project.
0.0.1 - Init command creates react-native project and sets up all libraries. Version command works. 0.0.2 - Init command modifies the Java files to configure SQLite 0.0.3 - Create basic SQLite database and push it to the right location 0.0.4 - Remotely create github repo 0.0.5 - Redux tools? IOS support?
FAQs
CLI Project to Create A RN Project Enabled With SQLite
We found that react-native-sqlite-cli 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.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.