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

@typeberry/trie

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typeberry/trie - npm Package Compare versions

Comparing version

to
0.0.1-27cc00b

1

index.d.ts

@@ -263,2 +263,3 @@ /** A return value of some comparator. */

// TODO [ToDr] `fill` should have the argments swapped to align with the rest.
/** Create a [`Bytes<X>`] with all bytes filled with given input number. */

@@ -265,0 +266,0 @@ static fill<X extends number>(len: X, input: number): Bytes<X> {

@@ -230,2 +230,3 @@ 'use strict';

}
// TODO [ToDr] `fill` should have the argments swapped to align with the rest.
/** Create a [`Bytes<X>`] with all bytes filled with given input number. */

@@ -232,0 +233,0 @@ static fill(len, input) {

2

package.json
{
"name": "@typeberry/trie",
"version": "0.0.1-163b287",
"version": "0.0.1-27cc00b",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Fluffy Labs",