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

@substrate/txwrapper-polkadot

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/txwrapper-polkadot - npm Package Compare versions

Comparing version 7.2.0 to 7.2.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [7.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)
### Bug Fixes
* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))
# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)

@@ -8,0 +19,0 @@

@@ -0,1 +1,6 @@

/**
* Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.
*
* @module txwrapper-polkadot
*/
import { GetRegistryOptsCore, PolkadotSS58Format, TypeRegistry } from '@substrate/txwrapper-core';

@@ -2,0 +7,0 @@ import { methods as substrateMethods } from '@substrate/txwrapper-substrate';

@@ -30,2 +30,7 @@ "use strict";

exports.getRegistry = exports.methods = void 0;
/**
* Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.
*
* @module txwrapper-polkadot
*/
const txwrapper_core_1 = require("@substrate/txwrapper-core");

@@ -32,0 +37,0 @@ const txwrapper_substrate_1 = require("@substrate/txwrapper-substrate");

10

package.json
{
"name": "@substrate/txwrapper-polkadot",
"version": "7.2.0",
"version": "7.2.1",
"author": "Parity Technologies <admin@parity.io>",

@@ -21,9 +21,9 @@ "description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.",

"dependencies": {
"@substrate/txwrapper-core": "^7.2.0",
"@substrate/txwrapper-substrate": "^7.2.0"
"@substrate/txwrapper-core": "^7.2.1",
"@substrate/txwrapper-substrate": "^7.2.1"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.2.0"
"@substrate/txwrapper-dev": "^7.2.1"
},
"gitHead": "8c7c9e16ab877f0247e547ee6368e22e5579b492"
"gitHead": "c5eee95d8a0309dad8bb218cb26f0c471770625e"
}

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