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.3 to 1.5.4

dist/browser/session.d.ts

1

dist/browser/index.d.ts

@@ -39,3 +39,4 @@ import { Playground, Pool, Session, SessionConfiguration, SessionUpdateConfiguration, Template, User, UserConfiguration, UserUpdateConfiguration } from './types';

export * from "./rpc";
export * from "./session";
export * from "./types";
export * from "./utils";

@@ -144,3 +144,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

export * from "./rpc";
export * from "./session";
export * from "./types";
export * from "./utils";

@@ -39,3 +39,4 @@ import { Playground, Pool, Session, SessionConfiguration, SessionUpdateConfiguration, Template, User, UserConfiguration, UserUpdateConfiguration } from './types';

export * from "./rpc";
export * from "./session";
export * from "./types";
export * from "./utils";

@@ -271,3 +271,4 @@ "use strict";

__exportStar(require("./rpc"), exports);
__exportStar(require("./session"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./utils"), exports);

2

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