From d0a905dafc7e3fcd304e8053acbe3da40ba22554 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 7 Jun 2018 10:57:45 -0700 Subject: is-cidr@2.0.6 --- node_modules/is-cidr/README.md | 4 ++-- node_modules/is-cidr/package.json | 34 ++++++++++++++++------------------ 2 files changed, 18 insertions(+), 20 deletions(-) (limited to 'node_modules/is-cidr') diff --git a/node_modules/is-cidr/README.md b/node_modules/is-cidr/README.md index 64ea8f572..cd7c8c968 100644 --- a/node_modules/is-cidr/README.md +++ b/node_modules/is-cidr/README.md @@ -35,11 +35,11 @@ Check if `input` is a IPv4 or IPv6 CIDR address. ### isCidr.v4(input) -Check if `input` is IPv4 CIDR address. +Check if `input` is a IPv4 CIDR address. ### isCidr.v6(input) -Check if `input` is IPv6 CIDR address. +Check if `input` is a IPv6 CIDR address. ## Related diff --git a/node_modules/is-cidr/package.json b/node_modules/is-cidr/package.json index 5499a0dca..6f735158a 100644 --- a/node_modules/is-cidr/package.json +++ b/node_modules/is-cidr/package.json @@ -1,31 +1,27 @@ { - "_args": [ - [ - "is-cidr@2.0.5", - "/Users/rebecca/code/npm" - ] - ], - "_from": "is-cidr@2.0.5", - "_id": "is-cidr@2.0.5", + "_from": "is-cidr@2.0.6", + "_id": "is-cidr@2.0.6", "_inBundle": false, - "_integrity": "sha512-KUGux04sdwBgpr/YREUyuefs4s1Ib4mRmOCIX1KdPnxjUCZMg13BXEp68Uw5IiDl3N4ZZtStDgPu4MWJxNBpKQ==", + "_integrity": "sha512-A578p1dV22TgPXn6NCaDAPj6vJvYsBgAzUrAd28a4oldeXJjWqEUuSZOLIW3im51mazOKsoyVp8NU/OItlWacw==", "_location": "/is-cidr", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, - "raw": "is-cidr@2.0.5", + "raw": "is-cidr@2.0.6", "name": "is-cidr", "escapedName": "is-cidr", - "rawSpec": "2.0.5", + "rawSpec": "2.0.6", "saveSpec": null, - "fetchSpec": "2.0.5" + "fetchSpec": "2.0.6" }, "_requiredBy": [ + "#USER", "/" ], - "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.5.tgz", - "_spec": "2.0.5", + "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.6.tgz", + "_shasum": "4b01c9693d8e18399dacd18a4f3d60ea5871ac60", + "_spec": "is-cidr@2.0.6", "_where": "/Users/rebecca/code/npm", "author": { "name": "silverwind", @@ -34,6 +30,7 @@ "bugs": { "url": "https://github.com/silverwind/is-cidr/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "Felipe Apostol", @@ -44,12 +41,13 @@ "dependencies": { "cidr-regex": "^2.0.8" }, + "deprecated": false, "description": "Check if a string is an IP address in CIDR notation", "devDependencies": { "ava": "^0.25.0", - "eslint": "^4.18.2", - "eslint-config-silverwind": "^1.0.37", - "updates": "^2.3.1" + "eslint": "^4.19.1", + "eslint-config-silverwind": "^1.0.42", + "updates": "^3.0.0" }, "engines": { "node": ">=4" @@ -77,5 +75,5 @@ "scripts": { "test": "make test" }, - "version": "2.0.5" + "version": "2.0.6" } -- cgit v1.2.3