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.
@jhkcia/annotorious-tilted-box
Advanced tools
The Tilted Box selection tool from Recogito - now for Annotorious
This plugin for Annotorious adds a new selection tool: the Tilted Box.
The Tilted Box allows you to quickly draw a rectangle in an arbitrary rotation. This can be especially useful for selecting text that appears in photographs or digitized map images.
!!! BETA !!! the current version support creating annotations only. You can not (yet) edit existing shapes.
Include the plugin directly via the CDN:
<!-- Annotorious -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@recogito/annotorious@latest/dist/annotorious.min.css">
<script src="https://cdn.jsdelivr.net/npm/@recogito/annotorious@latest/dist/annotorious.min.js"></script>
<!-- Tilted box plugin -->
<script src="https://cdn.jsdelivr.net/npm/@recogito/annotorious-tilted-box@latest/dist/annotorious-tilted-box.min.js"></script>
Or if you are using npm:
$ npm install @recogito/annotorious-tilted-box
Instantiate Annotorious the normal way, and then register the plugin:
var anno = Annotorious.init({
image: 'my-image'
});
// Init the plugin
Annotorious.TiltedBox(anno);
// Annotorious now has an additional drawing
// tool - set it as the active tool
anno.setDrawingTool('annotorious-tilted-box');
Questions? Feedack? Feature requests? Join the Annotorious chat on Gitter.
BSD-3 Clause (= feel free to use this code in whatever way you wish. But keep the attribution/license file, and if this code breaks something, don't complain to us :-)
FAQs
The Tilted Box selection tool from Recogito - now for Annotorious
We found that @jhkcia/annotorious-tilted-box 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.