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

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.2 to 1.0.5

lib/index.js

8

package.json
{
"name": "cidr-regex",
"version": "1.0.2",
"version": "1.0.5",
"description": "Regular expression for matching CIDR (Classless Inter-Domain Routing)",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {
"build": "babel index.js -d dist/",
"prepublish": "npm run build",
"compile": "babel --presets es2015 -d lib/ src/",
"prepublish": "npm run compile",
"test": "ava --require babel-register"

@@ -10,0 +10,0 @@ },

'use strict'
import test from 'ava'
import cidr, { cidrv4, cidrv6 } from './'
import cidr, { cidrv4, cidrv6 } from './src'

@@ -6,0 +6,0 @@ const v4 = [

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