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

@polkadot/extrinsics

Package Overview
Dependencies
Maintainers
1
Versions
741
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/extrinsics - npm Package Compare versions

Comparing version 0.15.8 to 0.16.1

11

index.js

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

if (section) {
const description = section.description,
methods = section.methods;
const description = section.description;
const index = bnToU8a(sectionIndex, 8);

@@ -25,7 +24,5 @@ extrinsics[name] = {

index,
methods: {
private: expandMethods(methods.private, name, index),
public: expandMethods(methods.public, name, index)
},
name
name,
private: expandMethods(section.private, name, index),
public: expandMethods(section.public, name, index)
};

@@ -32,0 +29,0 @@ }

{
"name": "@polkadot/extrinsics",
"version": "0.15.8",
"version": "0.16.1",
"main": "index.js",

@@ -15,6 +15,6 @@ "repository": "https://github.com/polkadot-js/apps.git",

"@babel/runtime": "^7.0.0-beta.47",
"@polkadot/params": "^0.15.8",
"@polkadot/primitives": "^0.15.8",
"@polkadot/params": "^0.16.1",
"@polkadot/primitives": "^0.16.1",
"@polkadot/util": "^0.21.3"
}
}

Sorry, the diff of this file is not supported yet

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