Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/cristovaoolegario/restaurant-api
Your task for today is to implement an application to run our new restaurant. Your application should provide the following functionality:
More Chefs can work on DIFFERENT orders in the same time and reduce waiting time to the customers.
Provide a design of your solution and the architecture of the program.
Show which entities participate in your solution and describe the flow of the solution.
sequenceDiagram
participant C as Customer
participant W as Waiter
participant K as Kitchen
participant Chef as Chef
C->>W: Request to place an order
W->>K: Send order details
K->>Chef: Assign order to available Chef
loop Preparation
Chef->>Chef: Prepare dishes
end
Chef->>K: Notify order is ready
K->>W: Notify waiter order is ready
W->>C: Serve dishes to Table
W->>C: Deliver bill to Customer
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.