Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ip-bigint

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-bigint - npm Package Compare versions

Comparing version 8.1.1 to 8.2.0

7

dist/index.d.ts
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

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