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.
didi-pc-sdk
Advanced tools
use with vue-cli-plugin-electron-builder
First, you'll need Node.js which matches our current version.
You can check .nvmrc
in the development
branch to see what the current version is. If you have nvm
you can just run nvm use
in the project directory and it will switch to the project's
desired Node.js version. nvm for windows is
still useful, but it doesn't support .nvmrc
files.
Then you need git
, if you don't have those yet.
Now, run these commands in your preferred terminal in a good directory for development:
npm install didi-pc-sdk
finally, You need to add sequelize and sqlite in your vue.config.js for example:
configureWebpack: {
devtool: "source-map",
externals: {
sequelize: "require('sequelize')",
sqlite3: "require('sqlite3')",
},
},
pluginOptions: {
electronBuilder: {
externals: ['sequelize'],
nodeIntegration : true
}
}
%USERPROFILE%\AppData\Roaming\{App Name}\logs\{YYYY-MM-DD}.log
%USERPROFILE%\AppData\Roaming\{App Name}\didi-message-sdk.db
~/Library/Logs/{App Name}/{YYYY-MM-DD}.log
~/Library/Application Support/{App Name}/didi-message-sdk.db
FAQs
for didimessage pc sdk
We found that didi-pc-sdk 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.