New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@substrate/playground-client

Package Overview
Dependencies
Maintainers
13
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.6.2 to 1.6.3

10

dist/browser/types.d.ts

@@ -35,10 +35,2 @@ export interface IdentifiedResource {

}
export interface WorkspaceStateRunning {
startTime: number;
node: Node;
}
export interface WorkspaceStateFailed {
message: string;
reason: string;
}
export declare type WorkspaceState = {

@@ -49,2 +41,4 @@ tag: "Deploying";

startTime: number;
node: Node;
runtime: RepositoryRuntimeConfiguration;
} | {

@@ -51,0 +45,0 @@ tag: "Paused";

@@ -35,10 +35,2 @@ export interface IdentifiedResource {

}
export interface WorkspaceStateRunning {
startTime: number;
node: Node;
}
export interface WorkspaceStateFailed {
message: string;
reason: string;
}
export declare type WorkspaceState = {

@@ -49,2 +41,4 @@ tag: "Deploying";

startTime: number;
node: Node;
runtime: RepositoryRuntimeConfiguration;
} | {

@@ -51,0 +45,0 @@ tag: "Paused";

2

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