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

@polkadot/types

Package Overview
Dependencies
Maintainers
1
Versions
3043
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/types - npm Package Compare versions

Comparing version 0.31.2 to 0.31.3

2

package.json
{
"name": "@polkadot/types",
"version": "0.31.2",
"version": "0.31.3",
"description": "Implementation of the Parity codec",

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

@@ -15,5 +15,5 @@ "use strict";

// of the ISC license. See the LICENSE file for details.
// An increasing number that represents a specific proposal in the system
// An increasing number that represents a specific public proposal index in the system
class PropIndex extends _U.default {}
exports.default = PropIndex;

@@ -7,4 +7,4 @@ // Copyright 2017-2018 @polkadot/types authors & contributors

// An increasing number that represents a specific proposal in the system
// An increasing number that represents a specific public proposal index in the system
export default class PropIndex extends U32 {
}

@@ -15,5 +15,5 @@ "use strict";

// of the ISC license. See the LICENSE file for details.
// An increasing number that represents a specific proposal in the system
// An increasing number that represents a specific council proposal index in the system
class ProposalIndex extends _U.default {}
exports.default = ProposalIndex;

@@ -7,4 +7,4 @@ // Copyright 2017-2018 @polkadot/types authors & contributors

// An increasing number that represents a specific proposal in the system
// An increasing number that represents a specific council proposal index in the system
export default class ProposalIndex extends U32 {
}
# @polkadot/types
Implementation of the types and their (de-)serialisation via parity-codec.
Implementation of the types and their (de-)serialisation via [parity-codec](https://github.com/paritytech/parity-codec).
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