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

@chainx/types

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainx/types - npm Package Compare versions

Comparing version 2.22.17 to 2.22.18

3

lib/codec/BTreeMap.js

@@ -144,4 +144,3 @@ "use strict";

get: function get() {
var len = _Compact["default"].encodeU8a(this.size).length;
var len = new _U["default"](this.size).encodedLength;
this.forEach(function (v, k) {

@@ -148,0 +147,0 @@ len += v.encodedLength + k.encodedLength;

{
"name": "@chainx/types",
"version": "2.22.17",
"version": "2.22.18",
"main": "index.js",

@@ -11,3 +11,3 @@ "dependencies": {

},
"gitHead": "d998029d66d2d54d86aa132a9b7cc03aebe75eee"
"gitHead": "178d42fdfd08a5ff9aab22f1dabc7755f0820c97"
}
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