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

@substrate/playground-client

Package Overview
Dependencies
Maintainers
12
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.5.0 to 1.5.1

9

dist/browser/types.d.ts

@@ -101,2 +101,3 @@ export interface Playground {

startTime?: number;
conditions?: PodCondition[];
container?: ContainerStatus;

@@ -110,1 +111,9 @@ }

}
export interface PodCondition {
type_: ConditionType;
status: Status;
reason?: string;
message?: string;
}
export declare type ConditionType = 'PodScheduled' | 'ContainersReady' | 'Initialized' | 'Ready' | 'Unknown';
export declare type Status = 'True' | 'False' | 'Unknown';

@@ -101,2 +101,3 @@ export interface Playground {

startTime?: number;
conditions?: PodCondition[];
container?: ContainerStatus;

@@ -110,1 +111,9 @@ }

}
export interface PodCondition {
type_: ConditionType;
status: Status;
reason?: string;
message?: string;
}
export declare type ConditionType = 'PodScheduled' | 'ContainersReady' | 'Initialized' | 'Ready' | 'Unknown';
export declare type Status = 'True' | 'False' | 'Unknown';

2

package.json
{
"name": "@substrate/playground-client",
"version": "1.5.0",
"version": "1.5.1",
"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