Socket
Socket
Sign inDemoInstall

@stackblitz/sdk

Package Overview
Dependencies
0
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stackblitz/sdk

SDK for generating and embedding StackBlitz projects.


Version published
Weekly downloads
27K
increased by5.51%
Maintainers
4
Install size
176 kB
Created
Weekly downloads
 

Readme

Source

StackBlitz SDK

The StackBlitz JavaScript SDK lets you programmatically create StackBlitz projects to be opened in a new window or embedded in your docs, example pages, or blog posts.

Documentation

Check out our SDK documentation on developer.stackblitz.com:

  • SDK overview
  • Options reference
  • Controlling embeds

Reporting issues

Development

We use npm and Node 16+.

# Install dependencies
npm install

# Generate the 'bundles' and 'types' folders
npm run build

# Run all tests
npm test

# Run unit tests with coverage report
npm run test -- --coverage

# Run end-to-end tests with mock server
npm run e2e

# Run end-to-end tests against stackblitz.com
STACKBLITZ_SERVER_ORIGIN=https://stackblitz.com npm run e2e

FAQs

Last updated on 13 Mar 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc