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
3
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 1.1.0-alpha.9 to 1.1.0-alpha.10

2

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

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

@@ -23,6 +23,17 @@ "use strict";

const versioned = [{
minmax: [0, undefined],
minmax: [0, 22],
types: _objectSpread({}, sharedTypes)
}, {
minmax: [23, undefined],
types: _objectSpread(_objectSpread({}, sharedTypes), {}, {
AccountInfo: 'AccountInfoWithTripleRefCount',
AccountInfoWithTripleRefCount: {
nonce: 'Index',
consumers: 'RefCount',
providers: 'RefCount',
data: 'AccountData'
}
})
}];
var _default = versioned;
exports.default = _default;
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