Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@stepzen/sdk

Package Overview
Dependencies
Maintainers
8
Versions
343
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')

npmnpm
Version
0.55.0-beta.0
Version published
Weekly downloads
8.5K
-18.79%
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 21 Jan 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