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

@darwinia/types

Package Overview
Dependencies
Maintainers
6
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darwinia/types - npm Package Compare versions

Comparing version 2.8.3 to 2.8.4

16

interfaces/darwiniaInject/definitions.js

@@ -57,4 +57,4 @@ "use strict";

ExposureT: {
ownRingBalance: 'Balance',
ownKtonBalance: 'Balance',
ownRingBalance: 'Compact<Balance>',
ownKtonBalance: 'Compact<Balance>',
ownPower: 'Power',

@@ -67,4 +67,4 @@ totalPower: 'Power',

who: 'AccountId',
ringBalance: 'Balance',
ktonBalance: 'Balance',
ringBalance: 'Compact<Balance>',
ktonBalance: 'Compact<Balance>',
power: 'Power'

@@ -185,3 +185,9 @@ },

},
EthereumAddress: 'GenericEthereumAccountId'
EthereumAddress: 'GenericEthereumAccountId',
RedeemFor: {
_enum: {
Token: null,
Deposit: null
}
}
},

@@ -188,0 +194,0 @@ rpc: {}

{
"name": "@darwinia/types",
"version": "2.8.3",
"version": "2.8.4",
"description": "Implementation of the Parity codec",

@@ -26,3 +26,3 @@ "main": "index.js",

"@babel/runtime": "^7.17.9",
"@darwinia/types-known": "^2.8.3",
"@darwinia/types-known": "^2.8.4",
"@polkadot/keyring": "^9.0.1",

@@ -29,0 +29,0 @@ "@polkadot/types-augment": "^8.1.2-1",

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