ip2ldb-reader
Advanced tools
+1
-1
@@ -186,2 +186,2 @@ //#region src/interfaces.d.ts | ||
| //#endregion | ||
| export { Ip2lData, Ip2lOptions, Ip2lReader, Ip2lReader as default }; | ||
| export { type Ip2lData, type Ip2lOptions, Ip2lReader, Ip2lReader as default }; |
+1
-1
@@ -186,2 +186,2 @@ //#region src/interfaces.d.ts | ||
| //#endregion | ||
| export { Ip2lData, Ip2lOptions, Ip2lReader, Ip2lReader as default }; | ||
| export { type Ip2lData, type Ip2lOptions, Ip2lReader, Ip2lReader as default }; |
+18
-15
| { | ||
| "name": "ip2ldb-reader", | ||
| "version": "5.0.0", | ||
| "version": "5.0.1", | ||
| "description": "Reader for IP2Location databases", | ||
@@ -44,24 +44,27 @@ "type": "module", | ||
| "homepage": "https://github.com/mdmower/ip2ldb-reader#readme", | ||
| "allowScripts": { | ||
| "esbuild": true | ||
| }, | ||
| "dependencies": { | ||
| "csv-parse": "^6.2.1" | ||
| "csv-parse": "^7.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^10.0.1", | ||
| "@types/node": "^20.19.39", | ||
| "@vitest/eslint-plugin": "^1.6.16", | ||
| "eslint": "^10.3.0", | ||
| "@types/node": "^20.19.43", | ||
| "@vitest/eslint-plugin": "^1.6.21", | ||
| "eslint": "^10.6.0", | ||
| "eslint-config-prettier": "^10.1.8", | ||
| "eslint-plugin-jsdoc": "^62.9.0", | ||
| "eslint-plugin-prettier": "^5.5.5", | ||
| "globals": "^17.6.0", | ||
| "jiti": "^2.6.1", | ||
| "prettier": "^3.8.3", | ||
| "publint": "^0.3.18", | ||
| "eslint-plugin-jsdoc": "^63.0.12", | ||
| "eslint-plugin-prettier": "^5.5.6", | ||
| "globals": "^17.7.0", | ||
| "jiti": "^2.7.0", | ||
| "prettier": "^3.9.4", | ||
| "publint": "^0.3.21", | ||
| "rimraf": "^6.1.3", | ||
| "tsdown": "^0.21.10", | ||
| "tsx": "^4.21.0", | ||
| "tsdown": "^0.22.3", | ||
| "tsx": "^4.23.0", | ||
| "typescript": "^6.0.3", | ||
| "typescript-eslint": "^8.59.1", | ||
| "vitest": "^4.1.5" | ||
| "typescript-eslint": "^8.63.0", | ||
| "vitest": "^4.1.10" | ||
| } | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
89254
0.07%2
-33.33%+ Added
- Removed
Updated