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

@darwinia/types-known

Package Overview
Dependencies
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darwinia/types-known - npm Package Compare versions

Comparing version 2.6.9 to 2.6.100

2

package.json
{
"name": "@darwinia/types-known",
"version": "2.6.9",
"version": "2.6.100",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,2 +37,13 @@ "use strict";

decimal: 'u8'
},
InProcessOrders: {
orders: 'Vec<LaneId, MessageNonce>'
},
Order: {
lane: 'LaneId',
message: 'MessageNonce',
sentTime: 'BlockNumber',
confirmTime: 'BlockNumber',
lockedCollateral: 'Balance',
assignedRelayers: 'Vec<PriorRelayer>'
}

@@ -39,0 +50,0 @@ };

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