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.
A drop-in library for adding face-controlled mouse pointers with computer vision via BRFv4 🙈
A drop-in library for adding face-controlled mouse pointers with computer vision via BRFv4 🙈
yarn init # To update the package with your own labels
yarn # and yarn --only=dev if you have a global NODE_ENV=production, the default on Windows.
yarn dev # Development mode with SASS, templates, and hot-reload on localhost:8080
yarn build # Build the library
npm init # To update the package with your own labels
npm install # and npm install --only=dev if you have a global NODE_ENV=production, the default on Windows.
npm run dev # Development mode with SASS, templates, and hot-reload on localhost:8080
npm run build # Build the library
The actual library is built with /src/main.js
as the starting point. When people npm install monkeysee
and import monkeysee from 'monkeysee'
, they'll be loading this file.
The /sandbox/
scripts are used when developing with yarn dev
and are there to help you in developing your library (/src/main.js
). Your library and /sandbox/index.js
are automatically injected into /sandbox/index.pug
. When you run yarn build
, these files are included in the /dist/
folder which allows you to quickly deploy examples with your library!
Make sure the following are set, otherwise you may not publish/commit correctly:
package.json
properties:
git remove origin
Uses BRFv4: https://github.com/Tastenkunst/brfv4_javascript_examples Uses Haar Cascade: haarcascade_frontalface_default.xml
FAQs
A drop-in library for adding face-controlled mouse pointers with computer vision via BRFv4 🙈
The npm package monkeysee receives a total of 1 weekly downloads. As such, monkeysee popularity was classified as not popular.
We found that monkeysee 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.