Socket
Socket
Sign inDemoInstall

cidr-regex

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cidr-regex - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "cidr-regex",
"version": "1.0.5",
"version": "1.0.6",
"description": "Regular expression for matching CIDR (Classless Inter-Domain Routing)",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -15,2 +15,5 @@ # cidr-regex

import { cidrv4, cidrv6 } from 'cidr-regex'
// OR
var cidrv4 = require('cidr-regex').cidrv4
var cidrv6 = require('cidr-regex').cidrv6

@@ -17,0 +20,0 @@ // is a CIDR v4

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