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

@polkadot/util-keyring

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/util-keyring - npm Package Compare versions

Comparing version 0.28.2 to 0.28.3

13

package.json
{
"name": "@polkadot/util-keyring",
"version": "0.28.2",
"version": "0.28.3",
"description": "Keyring management",

@@ -32,11 +32,6 @@ "main": "index.js",

"homepage": "https://github.com/polkadot-js/client/tree/master/packages/util-keyring#readme",
"scripts": {
"build": "polkadot-dev-build-babel",
"check": "eslint src && flow check",
"test": "echo \"Tests only available from root wrapper\""
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@polkadot/util": "^0.28.2",
"@polkadot/util-crypto": "^0.28.2",
"@babel/runtime": "^7.0.0-rc.1",
"@polkadot/util": "^0.28.3",
"@polkadot/util-crypto": "^0.28.3",
"@types/bs58": "^3.0.30",

@@ -43,0 +38,0 @@ "bs58": "^4.0.1"

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

var _values = _interopRequireDefault(require("@babel/runtime/core-js/object/values"));
require("core-js/modules/web.dom.iterable");

@@ -36,3 +36,3 @@ var _assert = _interopRequireDefault(require("@polkadot/util/assert"));

},
all: () => (0, _values.default)(self),
all: () => Object.values(self),
get: address => {

@@ -39,0 +39,0 @@ // @ts-ignore we use coercion :(

@@ -10,4 +10,2 @@ "use strict";

var _keys = _interopRequireDefault(require("@babel/runtime/core-js/object/keys"));
require("core-js/modules/web.dom.iterable");

@@ -41,3 +39,3 @@

const keyring = (0, _index.default)();
(0, _keys.default)(SEEDS).forEach(name => {
Object.keys(SEEDS).forEach(name => {
const pair = keyring.addFromSeed(SEEDS[name], {

@@ -44,0 +42,0 @@ isTesting: true,

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