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.14 to 2.9.15

11

bundle-polkadot-ui-settings.js

@@ -11,3 +11,7 @@ (function (global, factory) {

var eventemitter3 = {exports: {}};
var eventemitter3Exports = {};
var eventemitter3 = {
get exports(){ return eventemitter3Exports; },
set exports(v){ eventemitter3Exports = v; },
};

@@ -173,3 +177,2 @@ (function (module) {

} (eventemitter3));
const EventEmitter = eventemitter3.exports;

@@ -1107,3 +1110,3 @@ var assign = make_assign();

const settings = store_legacy.get('settings') || {};
this.#emitter = new EventEmitter();
this.#emitter = new eventemitter3Exports();
this.#apiUrl = typeof settings.apiUrl === 'string' && settings.apiUrl || util$7.hasProcess && process.env && process.env.WS_URL || ENDPOINT_DEFAULT.value;

@@ -1238,3 +1241,3 @@ this.#apiType = {

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

@@ -1241,0 +1244,0 @@

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

@@ -9,3 +9,3 @@ "use strict";

var _util = require("@polkadot/util");
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -12,0 +12,0 @@

@@ -7,3 +7,3 @@ "use strict";

exports.CRYPTOS_LEDGER = exports.CRYPTOS_ETH = exports.CRYPTOS = void 0;
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -10,0 +10,0 @@

@@ -7,3 +7,3 @@ "use strict";

exports.ENDPOINT_DEFAULT = exports.ENDPOINTS = void 0;
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -10,0 +10,0 @@

@@ -116,3 +116,3 @@ "use strict";

var _ui = require("./ui");
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -119,0 +119,0 @@

@@ -7,3 +7,3 @@ "use strict";

exports.LEDGER_CONN_DEFAULT = exports.LEDGER_CONN = void 0;
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -10,0 +10,0 @@

@@ -8,3 +8,3 @@ "use strict";

var _networks = require("@polkadot/networks");
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -11,0 +11,0 @@

@@ -7,3 +7,3 @@ "use strict";

exports.isPolkadot = void 0;
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -10,0 +10,0 @@

@@ -8,3 +8,3 @@ "use strict";

var _type = require("./type");
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -11,0 +11,0 @@

@@ -7,3 +7,3 @@ "use strict";

exports.default = void 0;
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -10,0 +10,0 @@ // Empty template, auto-generated by @polkadot/dev

@@ -7,3 +7,3 @@ "use strict";

var _packageInfo = require("./packageInfo");
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -10,0 +10,0 @@

@@ -20,5 +20,5 @@ "use strict";

});
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0
var _default = _bundle.settings;
exports.default = _default;

@@ -7,3 +7,3 @@ "use strict";

exports.packageInfo = void 0;
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -17,4 +17,4 @@

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

@@ -12,3 +12,3 @@ "use strict";

var _defaults = require("./defaults");
// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -15,0 +15,0 @@

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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

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

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

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

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -10,3 +10,3 @@

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

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

// Copyright 2017-2022 @polkadot/ui-settings authors & contributors
// Copyright 2017-2023 @polkadot/ui-settings authors & contributors
// SPDX-License-Identifier: Apache-2.0

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

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