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

cidr-tools

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cidr-tools - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0

13

index.d.ts

@@ -0,1 +1,3 @@

import exp from "constants";
type IPv4Address = string;

@@ -30,1 +32,12 @@ type IPv4CIDR = string;

export function parse(network: Network): Parsed;
declare const _default: {
merge: typeof merge;
exclude: typeof exclude;
expand: typeof expand;
overlap: typeof overlap;
normalize: typeof normalize;
contains: typeof contains;
parse: typeof parse;
};
export default _default;

@@ -400,1 +400,11 @@ import ipRegex from "ip-regex";

}
export default {
merge,
exclude,
expand,
overlap,
contains,
normalize,
parse,
};

2

package.json
{
"name": "cidr-tools",
"version": "6.3.0",
"version": "6.4.0",
"author": "silverwind <me@silverwind.io>",

@@ -5,0 +5,0 @@ "description": "Tools to work with IPv4 and IPv6 CIDR",

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