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

@polkadot/params

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/params - npm Package Compare versions

Comparing version 0.13.8 to 0.13.9

3

decode/value/index.js

@@ -20,3 +20,6 @@ 'use strict';

switch (type) {
// TODO Pass back the actual address, not publicKey?
case 'AccountId':
return u8a(decode, input, 256);
case 'Hash':

@@ -23,0 +26,0 @@ return u8a(decode, input, 256);

8

package.json
{
"name": "@polkadot/params",
"version": "0.13.8",
"version": "0.13.9",
"description": "Type defintions for parameters as passed in calls",

@@ -32,5 +32,5 @@ "main": "index.js",

"dependencies": {
"@polkadot/extrinsics": "^0.13.8",
"@polkadot/extrinsics-substrate": "^0.13.8",
"@polkadot/primitives": "^0.13.8",
"@polkadot/extrinsics": "^0.13.9",
"@polkadot/extrinsics-substrate": "^0.13.9",
"@polkadot/primitives": "^0.13.9",
"@polkadot/util": "^0.19.6",

@@ -37,0 +37,0 @@ "babel-runtime": "^6.26.0"

Sorry, the diff of this file is not supported yet

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