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
25K
decreased by-7.37%
Maintainers
4
Created
Weekly downloads
 

Changelog

Source

v1.8.2 (2023-01-26)

  • Fixed using the characters [] in file paths with the embedProject and openProject methods. (https://github.com/stackblitz/core/pull/2295)

Readme

Source

StackBlitz SDK

Wouldn't it be great if you could create StackBlitz projects on-demand from your docs, examples, blog posts?

This is exactly what the StackBlitz SDK allows you to do. Even better, the SDK even gives you full control of the StackBlitz VM - allowing you to build rich & interactive experiences around your projects. 😮 🙌

The SDK is 3kB gzipped (!) and you can install it from npm:

npm install --save @stackblitz/sdk

Or add a script tag to the UMD build on jsDelivr/Unpkg — the SDK will be available on window as StackBlitzSDK:

<script src="https://unpkg.com/@stackblitz/sdk/bundles/sdk.umd.js"></script>

Learn more on developer.stackblitz.com

FAQs

Last updated on 27 Jan 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