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
2345Next

1.10.0

Diff

Changelog

Source

v1.10.0 (2024-05-03)

  • Added support for organization in ProjectOptions
fvsch
published 1.9.0 •

Changelog

Source

v1.9.0 (2023-04-04)

  • Moved the StackBlitz SDK to a dedicated repository: https://github.com/stackblitz/sdk.
  • Added support for new options: startScript, sidebarView and zenMode. (https://github.com/stackblitz/sdk/pull/4)
  • Changed project.description to be optional. (https://github.com/stackblitz/sdk/pull/5)
fvsch
published 1.9.0-alpha.2 •

fvsch
published 1.9.0-alpha.1 •

fvsch
published 1.9.0-alpha.0 •

fvsch
published 1.8.2 •

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)
fvsch
published 1.8.1 •

Changelog

Source

v1.8.1 (2022-11-10)

  • Fixed the case of the URL query parameters for the hideDevTools and devToolsHeight options, for backwards compatibility with StackBlitz EE. (https://github.com/stackblitz/core/pull/2154)
fvsch
published 1.8.0 •

Changelog

Source

v1.8.0 (2022-06-09)

  • Added a terminalHeight option, used to set a preferred height for the Terminal in WebContainers-based projects. (https://github.com/stackblitz/core/pull/1891)
fvsch
published 1.7.0 •

Changelog

Source

v1.7.0 (2022-05-09)

  • TypeScript: improved the precision and inline documentation of types such as Project, EmbedOptions, OpenOptions and VM. Made those types directly importable with import type { Project } from '@stackblitz/sdk'. (https://github.com/stackblitz/core/pull/1775, https://github.com/stackblitz/core/pull/1779, https://github.com/stackblitz/core/pull/1837)
  • Added support for opening multiple files in an embedded projects with the vm.editor.openFile method. (https://github.com/stackblitz/core/pull/1810)
  • Added new methods to the VM class for controlling the embedded editor’s UI: vm.editor.setCurrentFile, vm.editor.setTheme, vm.editor.setView, vm.editor.showSidebar, vm.preview.getUrl, vm.preview.setUrl. (https://github.com/stackblitz/core/pull/1810, https://github.com/stackblitz/core/pull/1837)
  • Added new showSidebar option. (https://github.com/stackblitz/core/pull/1837)
  • Added source maps to the published bundle files. (https://github.com/stackblitz/core/pull/1776)
  • Fixed the default value of the forceEmbedLayout option. (https://github.com/stackblitz/core/pull/1817)
fvsch
published 1.7.0-alpha.3 •

2345Next
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