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

ip-cidr

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-cidr - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

index.d.ts

@@ -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;

2

package.json
{
"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",

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