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
4
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.6.100-1 to 2.6.100-2

19

interfaces/darwiniaInject/definitions.d.ts

@@ -226,2 +226,15 @@ declare const _default: {

};
PriorRelayer: {
id: string;
fee: string;
validRange: string;
};
TokenMessageId: string;
TokenMetadata: {
tokenType: string;
address: string;
name: string;
symbol: string;
decimal: string;
};
Order: {

@@ -232,9 +245,5 @@ lane: string;

confirmTime: string;
lockedCollateral: string;
assignedRelayers: string;
};
PriorRelayer: {
id: string;
fee: string;
validRange: string;
};
};

@@ -241,0 +250,0 @@ rpc: {};

@@ -237,2 +237,15 @@ "use strict";

},
PriorRelayer: {
id: 'AccountId',
fee: 'Balance',
validRange: 'BlockNumber'
},
TokenMessageId: '[u8; 16; TokenMessageId]',
TokenMetadata: {
tokenType: 'u32',
address: 'H160',
name: 'Vec<u8>',
symbol: 'Vec<u8>',
decimal: 'u8'
},
Order: {

@@ -243,8 +256,4 @@ lane: 'LaneId',

confirmTime: 'BlockNumber',
lockedCollateral: 'Balance',
assignedRelayers: 'Vec<PriorRelayer>'
},
PriorRelayer: {
id: 'AccountId',
fee: 'Balance',
validRange: 'BlockNumber'
}

@@ -251,0 +260,0 @@ },

{
"name": "@darwinia/types",
"version": "2.6.100-1",
"version": "2.6.100-2",
"description": "Implementation of the Parity codec",

@@ -25,4 +25,4 @@ "main": "index.js",

"dependencies": {
"@darwinia/types-known": "^2.6.100-1"
"@darwinia/types-known": "^2.6.100-2"
}
}
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