@stackblitz/sdk
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"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; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
18644
16
159