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.
@isallkun/savemoney-api
Advanced tools
This API provides endpoints to manage users, expenses, and incomes for the SaveMoney application. Using Firebase, Firestore, and Nodejs Express.
Demo : https://savemoney-api-rdiyde43ea-uc.a.run.app/
/auth/register
POST
{
"email": "isallkun@bangkit.academy",
"password": "123456789",
"name": "Faishal Ananta Ridha"
}
/auth/login
POST
{
"email": "isallkun@bangkit.academy",
"password": "123456789"
}
/auth/logout
GET
/api/users
GET
/api/users/me
GET
/api/users/me
PUT
{
"email": "isallkun@bangkit.academy",
"name": "isallkun bangkit"
}
/api/users/me
DELETE
/api/users/expense
POST
{
"amount": "2000",
"category": "shopping",
"note": "pulsa byu"
}
/api/users/expense
GET
/api/users/expense/:id
GET
/api/users/expense/:id
PUT
{
"amount": "10000",
"category": "shopping",
"note": "pulsa byu"
}
/api/users/expense/:id
DELETE
/api/users/incomes
POST
{
"amount": "2000",
"category": "salary",
"note": "Gaji Bulanan"
}
/api/users/incomes
GET
/api/users/incomes/:id
GET
/api/users/incomes/:id
PUT
{
"amount": "60000",
"category": "salary",
"note": "Gaji Mingguan"
}
/api/users/incomes/:id
DELETE
FAQs
savemoney-api backend using nodejs and firebase
The npm package @isallkun/savemoney-api receives a total of 2 weekly downloads. As such, @isallkun/savemoney-api popularity was classified as not popular.
We found that @isallkun/savemoney-api demonstrated a healthy version release cadence and project activity because the last version was released less than 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.