
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@scaleway/sdk-lb
Advanced tools
Scaleway SDK for Lb API.
Note
This is an automatically generated package that is part of the Scaleway SDK for JavaScript.
npm install @scaleway/sdk-lb @scaleway/sdk-client
or with pnpm:
pnpm add @scaleway/sdk-lb @scaleway/sdk-client
or with yarn:
yarn add @scaleway/sdk-lb @scaleway/sdk-client
You'll need a pair of access and secret keys to connect to Scaleway API. Please check the documentation on how to retrieve them.
import { createClient } from '@scaleway/sdk-client'
import { Lb } from '@scaleway/sdk-lb'
const client = createClient({
accessKey: 'SCWXXXXXXXXXXXXXXXXX',
secretKey: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultProjectId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultRegion: 'fr-par',
defaultZone: 'fr-par-1',
})
const api = new Lb.v1.API(client)
// Use the API
// Example: await api.listServers()
For a simpler setup, you can load credentials from the configuration file or environment variables:
import { createClient } from '@scaleway/sdk-client'
import { loadProfileFromConfigurationFile } from '@scaleway/configuration-loader'
import { Lb } from '@scaleway/sdk-lb'
const profile = loadProfileFromConfigurationFile()
const client = createClient(profile)
const api = new Lb.v1.API(client)
We love feedback! Feel free to reach us on:
This repository is at its early stage and is still in active development. If you are looking for a way to contribute, please read CONTRIBUTING.md.
This project is Apache 2.0 licensed. See the LICENSE file for details.
FAQs
Scaleway SDK lb
We found that @scaleway/sdk-lb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.