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

@chainx/extrinsics

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainx/extrinsics - npm Package Compare versions

Comparing version 2.21.0-y.2 to 2.21.0-y.3

7

lib/fromMetadata/createUnchecked.js
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {

@@ -14,8 +12,6 @@ value: true

var _logger = _interopRequireDefault(require("@chainx/util/logger"));
// Copyright 2017-2019 @polkadot/extrinsics authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
var l = (0, _logger["default"])('chainx');
/**

@@ -30,3 +26,2 @@ * From the metadata of a function in the module's storage, generate the function

*/
function createDescriptor(section, sectionIndex, methodIndex, callMetadata) {

@@ -33,0 +28,0 @@ var callIndex = new Uint8Array([sectionIndex, methodIndex]);

10

package.json
{
"name": "@chainx/extrinsics",
"version": "2.21.0-y.2",
"version": "2.21.0-y.3",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@chainx/keyring": "^2.21.0-alpha.0",
"@chainx/types": "^2.21.0-y.1",
"@chainx/util": "^2.20.2"
"@chainx/keyring": "^2.21.0-y.3",
"@chainx/types": "^2.21.0-y.3",
"@chainx/util": "^2.21.0-y.3"
},
"gitHead": "7bc181ffe911bce83f75ca2b15fdce35f4a5926f"
"gitHead": "1951bdf732fda223e6319891c9e9f99e84d801be"
}
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