
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
combine-serve
Advanced tools
combine-serve is used to combine multiple APIs and static files and serve them from a single origin.
Used to combine frontend and backend processes in development. For instance, if you're using node to develop your frontend and running a Java backend on port 7070:
combine-serve --serve /client build/ --proxy / http://localhost:7070 --port 7071 --host 127.0.0.1
will create a server running on port 7071 that serves the files in the build directory at http://localhost:7071/client and proxies other requests to http://localhost:7070/.
Specifying the host option allows you to bind to just a single interface; otherwise it will bind to all interfaces.
FAQs
combine-serve is used to combine multiple APIs and static files and serve them from a single origin.
The npm package combine-serve receives a total of 2 weekly downloads. As such, combine-serve popularity was classified as not popular.
We found that combine-serve 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.