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

@substrate/playground-client

Package Overview
Dependencies
Maintainers
18
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/playground-client - npm Package Compare versions

Comparing version 1.9.15 to 1.9.16

6

dist/browser/types.d.ts

@@ -14,2 +14,3 @@ export interface IdentifiedResource {

session: SessionDefaults;
userRoles: Record<string, string>;
}

@@ -117,2 +118,4 @@ export interface SessionDefaults {

export declare type RepositoryVersionState = {
type: "Init";
} | {
type: "Cloning";

@@ -127,2 +130,5 @@ progress: number;

devcontainerJson: string;
} | {
type: "Failed";
message: string;
};

@@ -129,0 +135,0 @@ export interface RepositoryRuntimeConfiguration {

@@ -14,2 +14,3 @@ export interface IdentifiedResource {

session: SessionDefaults;
userRoles: Record<string, string>;
}

@@ -117,2 +118,4 @@ export interface SessionDefaults {

export declare type RepositoryVersionState = {
type: "Init";
} | {
type: "Cloning";

@@ -127,2 +130,5 @@ progress: number;

devcontainerJson: string;
} | {
type: "Failed";
message: string;
};

@@ -129,0 +135,0 @@ export interface RepositoryRuntimeConfiguration {

2

package.json
{
"name": "@substrate/playground-client",
"version": "1.9.15",
"version": "1.9.16",
"description": "An isomorphic client for Substrate Playground",

@@ -5,0 +5,0 @@ "main": "dist/main/index.js",

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