Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stackblitz/sdk

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackblitz/sdk - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "@stackblitz/sdk",
"version": "0.3.1",
"version": "0.3.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "./bundles/sdk.js",

@@ -5,4 +5,4 @@ import { VM } from './VM';

id: string;
pending: Promise<VM>;
vm: VM;
pending: Promise<VM> | null;
vm: VM | null;
}

@@ -9,0 +9,0 @@ export interface RequestData {

@@ -14,3 +14,3 @@ export interface RequestData {

description: string;
template: 'angular-cli' | 'create-react-app' | 'typescript';
template: 'angular-cli' | 'create-react-app' | 'typescript' | string;
tags?: string[];

@@ -29,5 +29,5 @@ dependencies?: {

ctl?: boolean;
view?: 'preview' | 'editor';
view?: 'preview' | 'editor' | string;
height?: number | string;
width?: number | string;
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc