You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ox

Package Overview
Dependencies
Maintainers
0
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ox - npm Package Compare versions

Comparing version

to
0.0.0-20240816T030654

2

_cjs/version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "0.0.0-20240816T024642";
export declare const version = "0.0.0-20240816T030654";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '0.0.0-20240816T024642';
exports.version = '0.0.0-20240816T030654';
//# sourceMappingURL=version.js.map

@@ -11,3 +11,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -14,0 +14,0 @@ * Value.format(420_000_000_000n, 9)

@@ -7,3 +7,3 @@ /**

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -10,0 +10,0 @@ * Value.format(420_000_000_000n, 9)

@@ -12,3 +12,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -15,0 +15,0 @@ * Value.formatEther(1_000_000_000_000_000_000n)

@@ -9,3 +9,3 @@ import { valueExponents } from '../constants/value.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -12,0 +12,0 @@ * Value.formatEther(1_000_000_000_000_000_000n)

@@ -12,3 +12,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -15,0 +15,0 @@ * Value.formatGwei(1_000_000_000n)

@@ -9,3 +9,3 @@ import { valueExponents } from '../constants/value.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -12,0 +12,0 @@ * Value.formatGwei(1_000_000_000n)

@@ -11,3 +11,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -14,0 +14,0 @@ * Value.from('420', 9)

@@ -7,3 +7,3 @@ /**

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -10,0 +10,0 @@ * Value.from('420', 9)

@@ -12,3 +12,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -15,0 +15,0 @@ * Value.fromEther('420')

@@ -9,3 +9,3 @@ import { valueExponents } from '../constants/value.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -12,0 +12,0 @@ * Value.fromEther('420')

@@ -12,3 +12,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -15,0 +15,0 @@ * Value.fromGwei('420')

@@ -9,3 +9,3 @@ import { valueExponents } from '../constants/value.js';

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -12,0 +12,0 @@ * Value.fromGwei('420')

/** @internal */
export declare const version = "0.0.0-20240816T024642";
export declare const version = "0.0.0-20240816T030654";
//# sourceMappingURL=version.d.ts.map
/** @internal */
export const version = '0.0.0-20240816T024642';
export const version = '0.0.0-20240816T030654';
//# sourceMappingURL=version.js.map

@@ -13,3 +13,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js'

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -16,0 +16,0 @@ * Value.format(420_000_000_000n, 9)

@@ -16,3 +16,3 @@ import { valueExponents } from '../constants/value.js'

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -19,0 +19,0 @@ * Value.formatEther(1_000_000_000_000_000_000n)

@@ -16,3 +16,3 @@ import { valueExponents } from '../constants/value.js'

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -19,0 +19,0 @@ * Value.formatGwei(1_000_000_000n)

@@ -13,3 +13,3 @@ import type { ErrorType as ErrorType_ } from '../errors/error.js'

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -16,0 +16,0 @@ * Value.from('420', 9)

@@ -15,3 +15,3 @@ import { valueExponents } from '../constants/value.js'

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -18,0 +18,0 @@ * Value.fromEther('420')

@@ -15,3 +15,3 @@ import { valueExponents } from '../constants/value.js'

* @example
* import { Value } from 'viem'
* import { Value } from 'ox'
*

@@ -18,0 +18,0 @@ * Value.fromGwei('420')

{
"name": "ox",
"description": "Ethereum Standard Library",
"version": "0.0.0-20240816T024642",
"version": "0.0.0-20240816T030654",
"main": "./_cjs/index.js",

@@ -6,0 +6,0 @@ "module": "./_esm/index.js",

/** @internal */
export const version = '0.0.0-20240816T024642'
export const version = '0.0.0-20240816T030654'