cidr-regex 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # cidr-regex
2
- [![](https://img.shields.io/npm/v/cidr-regex.svg?style=flat)](https://www.npmjs.org/package/cidr-regex) [![](https://img.shields.io/npm/dm/cidr-regex.svg)](https://www.npmjs.org/package/cidr-regex) [![](https://packagephobia.com/badge?p=cidr-regex)](https://packagephobia.com/result?p=cidr-regex)
2
+ [![](https://img.shields.io/npm/v/cidr-regex.svg?style=flat)](https://www.npmjs.org/package/cidr-regex) [![](https://img.shields.io/npm/dm/cidr-regex.svg)](https://www.npmjs.org/package/cidr-regex) [![](https://packagephobia.com/badge?p=cidr-regex)](https://packagephobia.com/result?p=cidr-regex) [![](https://depx.co/api/badge/cidr-regex)](https://depx.co/pkg/cidr-regex)
3
3
 
4
4
  > Regular expression for matching IP addresses in CIDR notation
5
5
 
package/dist/index.d.ts CHANGED
@@ -14,4 +14,3 @@ declare const cidrRegex: {
14
14
  export declare const v4: ({ exact }?: CidrRegexOptions) => RegExp;
15
15
  export declare const v6: ({ exact }?: CidrRegexOptions) => RegExp;
16
16
  export default cidrRegex;
17
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cidr-regex",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Regular expression for matching IP addresses in CIDR notation",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "contributors": [
@@ -23,16 +23,17 @@
23
23
  "ip-regex": "5.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/node": "24.5.2",
27
- "eslint": "9.36.0",
28
- "eslint-config-silverwind": "105.1.0",
29
- "typescript": "5.9.2",
30
- "typescript-config-silverwind": "10.0.1",
31
- "updates": "16.7.2",
32
- "versions": "13.1.2",
33
- "vite": "7.1.7",
34
- "vite-config-silverwind": "6.0.2",
35
- "vitest": "3.2.4",
36
- "vitest-config-silverwind": "10.2.0"
26
+ "@types/node": "25.0.10",
27
+ "eslint": "9.39.2",
28
+ "eslint-config-silverwind": "120.1.2",
29
+ "jest-extended": "7.0.0",
30
+ "typescript": "5.9.3",
31
+ "typescript-config-silverwind": "14.0.0",
32
+ "updates": "17.0.8",
33
+ "versions": "14.0.3",
34
+ "vite": "7.3.1",
35
+ "vite-config-silverwind": "6.0.9",
36
+ "vitest": "4.0.18",
37
+ "vitest-config-silverwind": "10.6.1"
37
38
  }
38
- }
39
+ }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAEA,KAAK,gBAAgB,GAAG;IACtB;;;;MAIE;IACF,QAAQ,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAWF,QAAA,MAAM,SAAS;iBAAa,gBAAgB;mBACD,gBAAgB;mBAChB,gBAAgB;CAFmE,CAAC;AAC/H,eAAO,MAAM,EAAE,eAA4B,gBAAgB,WAA2D,CAAC;AACvH,eAAO,MAAM,EAAE,eAA4B,gBAAgB,WAA2D,CAAC;AACvH,eAAe,SAAS,CAAC"}