ip2ldb-reader
Advanced tools
+3
-3
| // src/db-reader.ts | ||
| import fs from "fs"; | ||
| import fs from "node:fs"; | ||
| // src/ip-utils.ts | ||
| import net from "net"; | ||
| import net from "node:net"; | ||
| var FROM_6TO4 = BigInt("42545680458834377588178886921629466624"); | ||
@@ -525,3 +525,3 @@ var TO_6TO4 = BigInt("42550872755692912415807417417958686719"); | ||
| // src/csv-reader.ts | ||
| import fs2 from "fs"; | ||
| import fs2 from "node:fs"; | ||
| import csvParser from "csv-parser"; | ||
@@ -528,0 +528,0 @@ var CsvReader = class { |
+14
-14
| { | ||
| "name": "ip2ldb-reader", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "Reader for IP2Location databases", | ||
@@ -69,18 +69,18 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@types/jest": "^29.5.12", | ||
| "@types/node": "^20.12.12", | ||
| "@typescript-eslint/eslint-plugin": "^7.9.0", | ||
| "@typescript-eslint/parser": "^7.9.0", | ||
| "eslint": "^8.57.0", | ||
| "@types/jest": "^29.5.13", | ||
| "@types/node": "^20.16.6", | ||
| "@typescript-eslint/eslint-plugin": "^7.18.0", | ||
| "@typescript-eslint/parser": "^7.18.0", | ||
| "eslint": "^8.57.1", | ||
| "eslint-config-prettier": "^9.1.0", | ||
| "eslint-plugin-jsdoc": "^48.2.5", | ||
| "eslint-plugin-prettier": "^5.1.3", | ||
| "eslint-plugin-jsdoc": "^50.2.4", | ||
| "eslint-plugin-prettier": "^5.2.1", | ||
| "jest": "^29.7.0", | ||
| "prettier": "^3.2.5", | ||
| "publint": "^0.2.8", | ||
| "rimraf": "^5.0.7", | ||
| "ts-jest": "^29.1.2", | ||
| "tsup": "^8.0.2", | ||
| "typescript": "^5.4.5" | ||
| "prettier": "^3.3.3", | ||
| "publint": "^0.2.11", | ||
| "rimraf": "^6.0.1", | ||
| "ts-jest": "^29.2.5", | ||
| "tsup": "^8.3.0", | ||
| "typescript": "~5.5.4" | ||
| } | ||
| } |
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.
Network access
Supply chain riskThis module accesses the network.
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
83998
0.02%2
-50%1
-66.67%