Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ethernauta/utils

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethernauta/utils - npm Package Compare versions

Comparing version
0.0.46
to
0.0.47
+5
dist/object-values.d.ts
//#region src/object-values.d.ts
type ObjectValues<T> = T[keyof T];
//#endregion
export { ObjectValues };
//# sourceMappingURL=object-values.d.ts.map
{"version":3,"file":"object-values.d.ts","names":[],"sources":["../src/object-values.ts"],"mappings":";KAAY,kBAAkB,QAAQ"}
export type ObjectValues<T> = T[keyof T]
+2
-1

@@ -10,2 +10,3 @@ import { bigint_to_hex } from "./bigint-to-hex.js";

import { number_to_hex } from "./number-to-hex.js";
import { ObjectValues } from "./object-values.js";
import { RlpDecoded, RlpInput, rlp_decode, rlp_encode } from "./rlp.js";

@@ -15,2 +16,2 @@ import { strip_hex_prefix } from "./strip-hex-prefix.js";

import { format_ether, format_gwei, format_unit, parse_ether, parse_gwei, parse_unit } from "./unit.js";
export { RlpDecoded, RlpInput, bigint_to_hex, bytes_to_hex, bytes_to_uint, camel_to_kebab, deadline_in, format_ether, format_gwei, format_unit, hex_to_bigint, hex_to_bytes, hex_to_number, invariant, now_to_big, number_to_hex, parse_ether, parse_gwei, parse_unit, rlp_decode, rlp_encode, seconds_to_big, strip_hex_prefix };
export { ObjectValues, RlpDecoded, RlpInput, bigint_to_hex, bytes_to_hex, bytes_to_uint, camel_to_kebab, deadline_in, format_ether, format_gwei, format_unit, hex_to_bigint, hex_to_bytes, hex_to_number, invariant, now_to_big, number_to_hex, parse_ether, parse_gwei, parse_unit, rlp_decode, rlp_encode, seconds_to_big, strip_hex_prefix };

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.0.46",
"version": "0.0.47",
"publishConfig": {

@@ -8,0 +8,0 @@ "access": "public"

@@ -10,2 +10,3 @@ export * from "./bigint-to-hex"

export * from "./number-to-hex"
export * from "./object-values"
export * from "./rlp"

@@ -12,0 +13,0 @@ export * from "./strip-hex-prefix"