
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@melon-technologies/get-face-status
Advanced tools
A face detection module that finds the best face and status
A JavaScript module that takes a list of faces and returns the best one with its status.
| Method | Install | Import |
|---|---|---|
| CDN (html) | N/A | <script src="https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status"</script> |
| CDN (module) | N/A | import "https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status"; |
| npm | npm install @melon-technologies/get-face-status | import * as saffe from "@melon-technologies/get-face-status"; |
| source (bundle) | npm install && npm run build:bundle | import "./dist/get_face_status.js"; |
| source (library) | npm install && npm run build:library | import * as saffe "./dist/index.js"; |
const { status, face } = saffe.getFaceStatus(faces, shape, options);
react-native (uses expo-face-detector)
For more details, refer to the project wiki.
FAQs
A face detection module that finds the best face and status
We found that @melon-technologies/get-face-status 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.