Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@labelbox/labeling-api
Advanced tools
An SDK for the Labelbox API.
See the Labelbox Custom Interface Documentation for more information.
You can either load the SDK through an HTML script
tag or install the npm package.
script
TagAdd a script
tag with the SDK's URL on unpkg in your interface's HTML:
<script src="https://unpkg.com/@labelbox/labeling-api"></script>
This will add Labelbox
as a globally-accessible variable.
npm install @labelbox/labeling-api;
import
or require
the package (depending on your environment):import Labelbox from '@labelbox/labeling-api';
// or
const Labelbox = require('@labelbox/labeling-api');
See the Labelbox Custom Interface Documentation for usage instructions and an API reference.
To build the package locally, run yarn build
.
FAQs
An SDK for the Labelbox API
The npm package @labelbox/labeling-api receives a total of 6 weekly downloads. As such, @labelbox/labeling-api popularity was classified as not popular.
We found that @labelbox/labeling-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 40 open source maintainers 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.