Comparing version 8.1.1 to 8.2.0
export declare const max4: bigint; | ||
export declare const max6: bigint; | ||
type IPVersion = 4 | 6 | 0; | ||
type ParsedIP = { | ||
export type IPVersion = 4 | 6 | 0; | ||
export type ParsedIP = { | ||
number: bigint; | ||
@@ -10,3 +10,3 @@ version: IPVersion; | ||
}; | ||
type StringifyOpts = { | ||
export type StringifyOpts = { | ||
compress?: boolean; | ||
@@ -19,3 +19,2 @@ hexify?: boolean; | ||
export declare function normalizeIp(ip: string, { compress, hexify }?: StringifyOpts): string; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "ip-bigint", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "Convert IPv4 and IPv6 addresses to and from BigInt", | ||
@@ -20,14 +20,14 @@ "author": "silverwind <me@silverwind.io>", | ||
"devDependencies": { | ||
"@types/node": "20.14.7", | ||
"@types/node": "20.14.11", | ||
"eslint": "8.57.0", | ||
"eslint-config-silverwind": "88.1.0", | ||
"eslint-config-silverwind-typescript": "4.0.2", | ||
"typescript-config-silverwind": "5.1.1", | ||
"updates": "16.2.0", | ||
"eslint-config-silverwind": "88.2.5", | ||
"eslint-config-silverwind-typescript": "6.0.4", | ||
"typescript-config-silverwind": "5.1.3", | ||
"updates": "16.2.1", | ||
"versions": "12.1.2", | ||
"vite": "5.3.1", | ||
"vite-config-silverwind": "2.2.2", | ||
"vitest": "1.6.0", | ||
"vitest-config-silverwind": "9.0.6" | ||
"vite": "5.3.4", | ||
"vite-config-silverwind": "3.0.0", | ||
"vitest": "2.0.3", | ||
"vitest-config-silverwind": "9.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8479
141