Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@labelbox/labeling-api

Package Overview
Dependencies
Maintainers
11
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@labelbox/labeling-api

An SDK for the Labelbox API

  • 1.0.2
  • npm
  • Socket score

Version published
Maintainers
11
Created
Source

Labelbox Custom Interface SDK

An SDK for the Labelbox API.

See the Labelbox Custom Interface Documentation for more information.

Installation

You can either load the SDK through an HTML script tag or install the npm package.

Option 1: script Tag

Add 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.

Option 2: npm Package

  1. Install the package through the npm CLI:
npm install @labelbox/labeling-api;
  1. In your code, import or require the package (depending on your environment):
import Labelbox from '@labelbox/labeling-api';
// or
const Labelbox = require('@labelbox/labeling-api');

Usage

See the Labelbox Custom Interface Documentation for usage instructions and an API reference.

Local Development

To build the package locally, run yarn build.

FAQs

Package last updated on 21 Oct 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc