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

@polkadot/ui-settings

Package Overview
Dependencies
Maintainers
2
Versions
686
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/ui-settings - npm Package Compare versions

Comparing version 2.9.13 to 2.9.14

2

bundle-polkadot-ui-settings.js

@@ -1235,3 +1235,3 @@ (function (global, factory) {

type: 'esm',
version: '2.9.13'
version: '2.9.14'
};

@@ -1238,0 +1238,0 @@

@@ -16,4 +16,4 @@ "use strict";

type: 'cjs',
version: '2.9.13'
version: '2.9.14'
};
exports.packageInfo = packageInfo;

@@ -1,3 +0,3 @@

declare type ChainDef = string[];
type ChainDef = string[];
declare const chains: Record<string, ChainDef>;
export { chains };

@@ -20,3 +20,3 @@ {

"type": "module",
"version": "2.9.13",
"version": "2.9.14",
"main": "./cjs/index.js",

@@ -111,5 +111,5 @@ "module": "./index.js",

"dependencies": {
"@babel/runtime": "^7.20.1",
"@polkadot/networks": "^10.1.12",
"@polkadot/util": "^10.1.12",
"@babel/runtime": "^7.20.6",
"@polkadot/networks": "^10.2.1",
"@polkadot/util": "^10.2.1",
"eventemitter3": "^4.0.7",

@@ -116,0 +116,0 @@ "store": "^2.0.12"

@@ -10,3 +10,3 @@ // Copyright 2017-2022 @polkadot/ui-settings authors & contributors

type: 'esm',
version: '2.9.13'
version: '2.9.14'
};
import type { Endpoint, Option, SettingsStruct } from './types';
declare type ChangeCallback = (settings: SettingsStruct) => void;
declare type OnTypes = 'change';
type ChangeCallback = (settings: SettingsStruct) => void;
type OnTypes = 'change';
export declare class Settings implements SettingsStruct {

@@ -5,0 +5,0 @@ #private;

@@ -1,2 +0,2 @@

export declare type Option = {
export type Option = {
disabled?: boolean;

@@ -32,2 +32,2 @@ info: string;

}
export declare type EndpointType = 'json-rpc' | 'substrate-connect';
export type EndpointType = 'json-rpc' | 'substrate-connect';
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