Comparing version 3.0.1 to 3.0.2
@@ -43,4 +43,8 @@ import { Address4, Address6 } from "ip-address"; | ||
} | ||
export function formatIP<T = FormatResult>(address: Address, options?: any): T; | ||
export function isValidAddress(address: string): boolean; | ||
export function createAddress(address: string): Address; | ||
} | ||
export = IPCIDR; |
{ | ||
"name": "ip-cidr", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Module for working with CIDR (v4, v6)", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
135038
3628