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

@substrate/playground-client

Package Overview
Dependencies
Maintainers
11
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.4.1 to 1.4.2

7

dist/browser/types.d.ts

@@ -100,2 +100,9 @@ export interface Playground {

startTime?: number;
container?: ContainerStatus;
}
export declare type ContainerPhase = 'Running' | 'Terminated' | 'Waiting' | 'Unknown';
export interface ContainerStatus {
phase: ContainerPhase;
reason?: string;
message?: string;
}

12

dist/main/index.js

@@ -59,8 +59,6 @@ "use strict";

};
var __spreadArrays = (this && this.__spreadArrays) || function () {
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
for (var r = Array(s), k = 0, i = 0; i < il; i++)
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
r[k] = a[j];
return r;
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
};

@@ -82,3 +80,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
return __spreadArrays([this.base], resources).join("/");
return __spreadArray([this.base], resources).join("/");
};

@@ -85,0 +83,0 @@ Client.prototype.get = function (init) {

@@ -100,2 +100,9 @@ export interface Playground {

startTime?: number;
container?: ContainerStatus;
}
export declare type ContainerPhase = 'Running' | 'Terminated' | 'Waiting' | 'Unknown';
export interface ContainerStatus {
phase: ContainerPhase;
reason?: string;
message?: string;
}
{
"name": "@substrate/playground-client",
"version": "1.4.1",
"version": "1.4.2",
"description": "An isomorphic client for Substrate Playground",

@@ -34,4 +34,4 @@ "main": "dist/main/index.js",

"devDependencies": {
"typescript": "4.1.5"
"typescript": "4.2.3"
}
}
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