Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@liskhq/lisk-validator

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liskhq/lisk-validator - npm Package Compare versions

Comparing version 0.9.0-beta.0 to 0.9.0-rc.0

LICENSE

2

dist-node/constants.js

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

exports.MAX_SINT32 = 2147483647;
exports.MIN_SINT32 = exports.MAX_SINT32 * -1;
exports.MIN_SINT32 = exports.MAX_SINT32 * -1 - 1;
exports.MAX_UINT32 = 4294967295;

@@ -8,0 +8,0 @@ exports.MAX_UINT64 = BigInt('18446744073709551615');

{
"name": "@liskhq/lisk-validator",
"version": "0.9.0-beta.0",
"version": "0.9.0-rc.0",
"description": "Validation library according to the Lisk protocol",

@@ -39,3 +39,3 @@ "author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",

"dependencies": {
"@liskhq/lisk-cryptography": "^4.1.0-beta.1",
"@liskhq/lisk-cryptography": "^4.1.0-rc.0",
"ajv": "8.1.0",

@@ -69,3 +69,4 @@ "ajv-formats": "2.1.1",

"typescript": "5.0.2"
}
},
"gitHead": "fef17823eb43545360c106386ff20bf0928636bb"
}

Sorry, the diff of this file is not supported yet

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