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

@polkadot/primitives

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/primitives - npm Package Compare versions

Comparing version 0.26.35 to 0.26.36

6

package.json
{
"name": "@polkadot/primitives",
"version": "0.26.35",
"version": "0.26.36",
"description": "Type defintions for the Polkadot network",

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

"@babel/runtime": "^7.0.0-beta.51",
"@polkadot/trie-hash": "^0.26.35",
"@polkadot/util": "^0.26.35"
"@polkadot/trie-hash": "^0.26.36",
"@polkadot/util": "^0.26.36"
},

@@ -41,0 +41,0 @@ "devDependencies": {

export declare type SizeType = 32 | 64 | 128;
declare const _default: {
AccountIndex: 32;
Balance: 128;
BlockNumber: 64;
Index: 32;
};
export default _default;

@@ -12,8 +12,8 @@ "use strict";

const BlockNumber = 64;
const Index = 32;
const AccountIndex = 32;
var _default = {
AccountIndex,
Balance,
BlockNumber,
Index
BlockNumber
};
exports.default = _default;

@@ -9,8 +9,8 @@ // Copyright 2017-2018 @polkadot/primitives authors & contributors

const BlockNumber: SizeType = 64;
const Index: SizeType = 32;
const AccountIndex: SizeType = 32;
export default {
AccountIndex,
Balance,
BlockNumber,
Index
BlockNumber
};
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