You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@stepzen/sdk

Package Overview
Dependencies
Maintainers
8
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stepzen/sdk

```js const stepzen = require('@stepzen/sdk')

beta
npmnpm
Version
0.57.0-beta.0
Version published
Weekly downloads
13K
12.55%
Maintainers
8
Weekly downloads
 
Created
Source

@stepzen/sdk

Usage

const stepzen = require('@stepzen/sdk')

const ACCOUNT = '<account>'
const ADMIN_KEY = '<admin key>'

(async () => {
  const client = await stepzen.client({
    account: ACCOUNT,
    adminkey: ADMIN_KEY,
  })

  await client.upload.configurationset('folder/name', '/path/to/config.yaml')

  await client.upload.schema('folder/name', '/path/to/schema')

  await client.deploy('folder/name', {
    schema: 'folder/name',
  })

  await client.deploy('folder/name', {
    configurationsets: ['folder/name', 'stepzen/defaults'],
    schema: 'folder/name',
  })
})()

FAQs

Package last updated on 12 Mar 2026

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