
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@annotorious/plugin-magnetic-outline
Advanced tools
Computer-vision-powered drawing tools for Annotorious
An Annotorious plugin that adds computer-vision powered drawing tools for semi-automatic annotation.
A Photoshop-style "magnetic lasso" for tracing object outlines. Automatically follows edges as you move the cursor, making it easy to outline complex shapes with minimal clicking.
How to use:
Note: You cannot zoom or pan the image while drawing with this tool.
Snaps the mouse cursor to corner points of nearby objects in the image – ideal for quickly marking precise points.
How to use:
Note: After zooming or panning the image, the cursor will be briefly unavailable while keypoints are re-computed for the new view.
npm install @annotorious/plugin-magnetic-outline
Important: This plugin currently supports only
@annotorious/openseadragon
. Support for plain images (JPEG, PNG,...) is not yet available. Join the discussion if you're interested in these integrations.
import OpenSeadragon from 'openseadragon';
import { createOSDAnnotator } from '@annotorious/openseadragon';
import { mountPlugin } from '@annotorious/plugin-magnetic-outline';
import '@annotorious/openseadragon/annotorious-openseadragon.css';
const viewer = OpenSeadragon({
/** OSD init options **/
});
const anno = createOSDAnnotator(viewer, {
/** Annotorious init options **/
});
// Mounts the plugin and registers both tools
mountPlugin(anno);
// Set the active tool
anno.setDrawingTool('magnetic-cursor'); // or 'intelligent-scissors'
FAQs
Computer-vision-powered drawing tools for Annotorious
The npm package @annotorious/plugin-magnetic-outline receives a total of 2 weekly downloads. As such, @annotorious/plugin-magnetic-outline popularity was classified as not popular.
We found that @annotorious/plugin-magnetic-outline 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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.